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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 怏?БK | 100111001000100100111111100001000100000101001011 | 9c893f84414b |
EUC-JP | 怏?БK | 110101111110100100111111101001111010001001001011 | d7e93fa7a24b |
UTF-8 | 怏얜БK | 111001101000000010001111111011001001011010011100110100001001000101001011 | e6808fec969cd0914b |
UHC | 怏얜БK | 11100100111010001011111011101011101011001010001001001011 | e4e8beebaca24b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)