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???? | 00111111001111110110001000111111001111110011111100111111 | 3f3f623f3f3f3f |
SJIS-WIN | 弔?b旭?翁? | 10010010101000100011111101100010100010001010111000111111100010011010010100111111 | 92a23f6288ae3f89a53f |
EUC-JP | 弔?b旭?翁? | 11000100101001000011111101100010101100001011000000111111101100101010011100111111 | c4a43f62b0b03fb2a73f |
UTF-8 | 弔렲b旭렔翁렫 | 11100101101111001001010011101011101000001011001001100010111001101001011110101101111010111010000010010100111001111011111110000001111010111010000010101011 | e5bc94eba0b262e697adeba094e7bf81eba0ab |
UHC | 弔렲b旭렔翁렫 | 11110000110000001000111010111111011000101110100111101111100011101010100111101000101110101000111010111001 | f0c08ebf62e9ef8ea9e8ba8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)