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 | ??杏驗 | 001111110011111110001000110001111110100110000100 | 3f3f88c7e984 |
EUC-JP | ??杏驗 | 001111110011111110110000110010011111000111100100 | 3f3fb0c9f1e4 |
UTF-8 | 솣쎟杏驗 | 111011001000011010100011111011001000111010011111111001101001110110001111111010011010100110010111 | ec86a3ec8e9fe69d8fe9a997 |
UHC | 솣쎟杏驗 | 1001100110011101100110111100011011111010101110101111101011010000 | 999d9bc6fabafad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)