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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譚大娼莉 | 1110011010011101100100011110010110001111101010011110010010111011 | e69d91e58fa9e4bb |
EUC-JP | 譚大娼莉 | 1110101111111101110000101110011110111110101010111110100010111101 | ebfdc2e7beabe8bd |
UTF-8 | 譚大娼莉 | 111010001010110110011010111001011010010010100111111001011010100010111100111010001000111010001001 | e8ad9ae5a4a7e5a8bce88e89 |
UHC | 譚大娼莉 | 1101001111001001110100111101111011110011110111101101011111101001 | d3c9d3def3ded7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)