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 | 臟??? | 1110010001100110001111110011111100111111 | e4663f3f3f |
EUC-JP | 臟??? | 1110011111000111001111110011111100111111 | e7c73f3f3f |
UTF-8 | 臟뚨츕怜 | 111010001000011110011111111010111001101010101000111011001011100010010101111011111010011010101100 | e8879feb9aa8ecb895efa6ac |
UHC | 臟뚨츕怜 | 1110110111110100100011001110011110101110100011111110011110110000 | edf48ce7ae8fe7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)