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 | 猝?肇? | 111000001100101000111111100101001010001100111111 | e0ca3f94a33f |
EUC-JP | 猝?肇? | 111000001100110000111111110010001010010100111111 | e0cc3fc8a53f |
UTF-8 | 猝롈肇렳 | 111001111000110010011101111010111010000110001000111010001000001010000111111010111010000010110011 | e78c9deba188e88287eba0b3 |
UHC | 猝롈肇렳 | 1111000011110001100011101100111011110000110111001000111011000000 | f0f18ecef0dc8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)