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 | 譚セ鄕 | 1110011010011101101111101111101110111000 | e69dbefbb8 |
EUC-JP | 譚セ? | 1110101111111101100011101011111000111111 | ebfd8ebe3f |
UTF-8 | 譚セ鄕 | 111010001010110110011010111011111011110110111110111010011000010010010101 | e8ad9aefbdbee98495 |
UHC | 譚?鄕 | 1101001111001001001111111111101011000001 | d3c93ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)