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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 市??}B | 100011100111001100111111001111110111110101000010 | 8e733f3f7d42 |
EUC-JP | 市??}B | 101110111101010000111111001111110111110101000010 | bbd43f3f7d42 |
UTF-8 | 市땳뒰}B | 1110010110111000100000101110101110010101101100111110101110010010101100000111110101000010 | e5b882eb95b3eb92b07d42 |
UHC | 市땳뒰}B | 1110001110111100100010111000100110001010101010010111110101000010 | e3bc8b898aa97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)