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 | 笋ш害瑩 | 1110001010100010100001001000101010001010010100011110000011110000 | e2a2848a8a51e0f0 |
EUC-JP | 笋ш害瑩 | 1110010010100100101001111110101010110011101100101110000011110010 | e4a4a7eab3b2e0f2 |
UTF-8 | 笋ш害瑩 | 1110011110101100100010111101000110001000111001011010111010110011111001111001000110101001 | e7ac8bd188e5aeb3e791a9 |
UHC | ?ш害瑩 | 00111111101011001110101011111010101010101111101110101001 | 3faceafaaafba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)