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 | 淫?い^ | 100010001111101000111111100000101010001001011110 | 88fa3f82a25e |
EUC-JP | 淫?い^ | 101100001111110000111111101001001010010001011110 | b0fc3fa4a45e |
UTF-8 | 淫잌い^ | 11100110101101111010101111101100100111101000110011100011100000011000010001011110 | e6b7abec9e8ce381845e |
UHC | 淫잌い^ | 11101011111000101001111111100101101010101010010001011110 | ebe29fe5aaa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)