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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譚醍カ | 1110011010011101100100011110011110110110 | e69d91e7b6 |
EUC-JP | 譚醍カ | 111010111111110111000010111010011000111010110110 | ebfdc2e98eb6 |
UTF-8 | 譚醍カ | 111010001010110110011010111010011000011010001101111011111011110110110110 | e8ad9ae9868defbdb6 |
UHC | 譚醍? | 1101001111001001111100001011010100111111 | d3c9f0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)