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 | 淀荳┃?絲? | 10010111100001001110010010111000100001001010101100111111111000110100111000111111 | 9784e4b884ab3fe34e3f |
EUC-JP | 淀荳┃?絲? | 11001101111001001110100010111010101010001010110100111111111001011010111100111111 | cde4e8baa8ad3fe5af3f |
UTF-8 | 淀荳┃炡絲렡 | 111001101011011110000000111010001000110110110011111000101001010010000011111001111000001010100001111001111011010110110010111010111010000010100001 | e6b780e88db3e29483e782a1e7b5b2eba0a1 |
UHC | 淀荳┃炡絲렡 | 111011111110001111010100111001011010011010101101111011111110100011011110111010101000111010110010 | efe3d4e5a6adefe8deea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)