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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 坦辿H | 1001001001010010100100100100100001001000 | 9252924848 |
EUC-JP | 坦辿H | 1100001110110011110000111010100101001000 | c3b3c3a948 |
UTF-8 | 坦辿H | 11100101100111011010011011101000101111101011111101001000 | e59da6e8bebf48 |
UHC | 坦?H | 11110111101001000011111101001000 | f7a43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)