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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 精?牆?爭?B | 10010000101110000011111111100000101011010011111111100000101001010011111101000010 | 90b83fe0ad3fe0a53f42 |
EUC-JP | 精?牆?爭?B | 11000000101110100011111111100000101011110011111111100000101001110011111101000010 | c0ba3fe0af3fe0a73f42 |
UTF-8 | 精렫牆렦爭렦B | 11100111101100101011111011101011101000001010101111100111100010011000011011101011101000001010011011100111100010001010110111101011101000001010011001000010 | e7b2beeba0abe78986eba0a6e788adeba0a642 |
UHC | 精렫牆렦爭렦B | 11101111111100011000111010111001111011011110110110001110101101011110111010110011100011101011010101000010 | eff18eb9eded8eb5eeb38eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)