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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 坦辿^ | 1001001001010010100100100100100001011110 | 925292485e |
EUC-JP | 坦辿^ | 1100001110110011110000111010100101011110 | c3b3c3a95e |
UTF-8 | 坦辿^ | 11100101100111011010011011101000101111101011111101011110 | e59da6e8bebf5e |
UHC | 坦?^ | 11110111101001000011111101011110 | f7a43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)