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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 誤??^ | 1000110011101011001111110011111101011110 | 8ceb3f3f5e |
EUC-JP | 誤??^ | 1011100011101101001111110011111101011110 | b8ed3f3f5e |
UTF-8 | 誤곷쐼^ | 11101000101010101010010011101010101100111011011111101100100100001011110001011110 | e8aaa4eab3b7ec90bc5e |
UHC | 誤곷쐼^ | 11101000101001101000000111101011101111101010001001011110 | e8a681ebbea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)