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 | 雹霪獻 | 111010001011100111101000110001001110000011011001 | e8b9e8c4e0d9 |
EUC-JP | 雹霪獻 | 111100001011101111110000110001101110000011011011 | f0bbf0c6e0db |
UTF-8 | 雹霪獻 | 111010011001101110111001111010011001110010101010111001111000110110111011 | e99bb9e99caae78dbb |
UHC | 雹?獻 | 1101101011011111001111111111101011001100 | dadf3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)