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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譚醍ォッ蠖「 | 111001101001110110010001111001111010101110101111111001011011110110100010 | e69d91e7abafe5bda2 |
EUC-JP | 譚醍ォッ蠖「 | 111010111111110111000010111010011000111010101011100011101010111111101010101111111000111010100010 | ebfdc2e98eab8eafeabf8ea2 |
UTF-8 | 譚醍ォッ蠖「 | 111010001010110110011010111010011000011010001101111011111011110110101011111011111011110110101111111010001010000010010110111011111011110110100010 | e8ad9ae9868defbdabefbdafe8a096efbda2 |
UHC | 譚醍???? | 1101001111001001111100001011010100111111001111110011111100111111 | d3c9f0b53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)