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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 梁??梁 | 100101111100000000111111001111111001011111000000 | 97c03f3f97c0 |
EUC-JP | 梁?嚬梁 | 1100111011000010001111111000111110110110111001001100111011000010 | cec23f8fb6e4cec2 |
UTF-8 | 梁젓嚬梁 | 111001101010001010000001111011001010000010010011111001011001101010101100111001101010001010000001 | e6a281eca093e59aace6a281 |
UHC | 梁젓嚬梁 | 1101010111011001110000011010001111011110101011011101010111011001 | d5d9c1a3deadd5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)