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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?噴h | 00111111100101011010110001101000 | 3f95ac68 |
EUC-JP | ?噴h | 00111111110010101010111001101000 | 3fcaae68 |
UTF-8 | 렺噴h | 11101011101000001011101011100101100110011011010001101000 | eba0bae599b468 |
UHC | 렺噴h | 1000111011000010110111011100010001101000 | 8ec2ddc468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)