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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶴カ愠 | 1111110001001001101101101111101011000001 | fc49b6fac1 |
EUC-JP | ?カ? | 00111111100011101011011000111111 | 3f8eb63f |
UTF-8 | 鶴カ愠 | 111011111010100010101101111011111011110110110110111001101000010010100000 | efa8adefbdb6e684a0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)