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 | 譚第拷譚 | 1110011010011101100100011110011010001101100010011110011010011101 | e69d91e68d89e69d |
EUC-JP | 譚第拷譚 | 1110101111111101110000101110100010111001111010011110101111111101 | ebfdc2e8b9e9ebfd |
UTF-8 | 譚第拷譚 | 111010001010110110011010111001111010110010101100111001101000101110110111111010001010110110011010 | e8ad9ae7acace68bb7e8ad9a |
UHC | 譚第拷譚 | 1101001111001001111100001010111111001101101110001101001111001001 | d3c9f0afcdb8d3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)