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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 彫?渟?? | 10010010101001000011111110011111110110010011111100111111 | 92a43f9fd93f3f |
EUC-JP | 彫?渟?釪 | 110001001010011000111111110111101101101100111111100011111110001110101101 | c4a63fdedb3f8fe3ad |
UTF-8 | 彫렪渟렖釪 | 111001011011110110101011111010111010000010101010111001101011100010011111111010111010000010010110111010011000011110101010 | e5bdabeba0aae6b89feba096e987aa |
UHC | 彫렪渟렖釪 | 11110000110000011000111010111000111011111110010110001110101010111110100111101001 | f0c18eb8efe58eabe9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)