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 | 凋?貸 | 1001001010011100001111111001000111011101 | 929c3f91dd |
EUC-JP | 凋?貸 | 1100001111111100001111111100001011011111 | c3fc3fc2df |
UTF-8 | 凋얜貸 | 111001011000011110001011111011001001011010011100111010001011001010111000 | e5878bec969ce8b2b8 |
UHC | 凋얜貸 | 111100001011110110111110111010111101001111101000 | f0bdbeebd3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)