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 | 尸苜鷯 | 100110111001100111100100100111001110101001011101 | 9b99e49cea5d |
EUC-JP | 尸苜鷯 | 110101011111100111100111111111001111001110111110 | d5f9e7fcf3be |
UTF-8 | 尸苜鷯 | 111001011011000010111000111010001000101110011100111010011011011110101111 | e5b0b8e88b9ce9b7af |
UHC | 尸?? | 11100011101110010011111100111111 | e3b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)