To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 橈??恂ラ? | 100111101111010000111111001111111001110010010110100000111000100100111111 | 9ef43f3f9c9683893f |
EUC-JP | 橈??恂ラ? | 110111001111011000111111001111111101011111110110101001011110100100111111 | dcf63f3fd7f6a5e93f |
UTF-8 | 橈덂젮恂ラ쐢 | 111001101010100110001000111010111000110110000010111011001010000010101110111001101000000110000010111000111000001110101001111011001001000010100010 | e6a988eb8d82eca0aee68182e383a9ec90a2 |
UHC | 橈덂젮恂ラ쐢 | 111010001111101010001000111001011010000010100100111000101110000110101011111010011001110010001000 | e8fa88e5a0a4e2e1abe99c88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)