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 | ??碩 | 00111111001111111001000011010111 | 3f3f90d7 |
EUC-JP | ??碩 | 00111111001111111100000011011001 | 3f3fc0d9 |
UTF-8 | 샹섀碩 | 111011001000001110111001111011001000010010000000111001111010001010101001 | ec83b9ec8480e7a2a9 |
UHC | 샹섀碩 | 101111001010011110111100101010001110000010110101 | bca7bca8e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)