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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 譚灘廠U | 11100110100111011001001111100101100011111011000101010101 | e69d93e58fb155 |
EUC-JP | 譚灘廠U | 11101011111111011100011011100111101111101011001101010101 | ebfdc6e7beb355 |
UTF-8 | 譚灘廠U | 11101000101011011001101011100111100000011001100011100101101110111010000001010101 | e8ad9ae78198e5bba055 |
UHC | 譚灘廠U | 11010011110010011111011110101000111100111101111101010101 | d3c9f7a8f3df55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)