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 | 鮟倡葵跣 | 1110100110111011100110001110011110001000101010001110011011101111 | e9bb98e788a8e6ef |
EUC-JP | 鮟倡葵跣 | 1111001010111101110100001110100110110000101010101110110011110001 | f2bdd0e9b0aaecf1 |
UTF-8 | 鮟倡葵跣 | 111010011010111010011111111001011000000010100001111010001001000110110101111010001011011110100011 | e9ae9fe580a1e891b5e8b7a3 |
UHC | 鮟倡葵跣 | 1110010011010101111100111101101111010000101011011110000011010011 | e4d5f3dbd0ade0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)