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 | ???@~ | 0011111100111111001111110100000001111110 | 3f3f3f407e |
SJIS-WIN | テ渉ウ@~ | 110000111000111111000010101100110100000001111110 | c38fc2b3407e |
EUC-JP | テ渉ウ@~ | 1000111011000011101111101100010010001110101100110100000001111110 | 8ec3bec48eb3407e |
UTF-8 | テ渉ウ@~ | 1110111110111110100000111110011010111000100010011110111110111101101100110100000001111110 | efbe83e6b889efbdb3407e |
UHC | ???@~ | 0011111100111111001111110100000001111110 | 3f3f3f407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)