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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 坦即鱈存 | 1001001001010010100100011010011010010010010011001001000110110110 | 925291a6924c91b6 |
EUC-JP | 坦即鱈存 | 1100001110110011110000101010100011000011101011011100001010111000 | c3b3c2a8c3adc2b8 |
UTF-8 | 坦即鱈存 | 111001011001110110100110111001011000110110110011111010011011000110001000111001011010110110011000 | e59da6e58db3e9b188e5ad98 |
UHC | 坦??存 | 111101111010010000111111001111111111000011101101 | f7a43f3ff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)