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 | 剰カ獺 | 1000111111101000101101101110000011011010 | 8fe8b6e0da |
EUC-JP | 剰カ獺 | 101111101110101010001110101101101110000011011100 | beea8eb6e0dc |
UTF-8 | 剰カ獺 | 111001011000100110110000111011111011110110110110111001111000110110111010 | e589b0efbdb6e78dba |
UHC | ??獺 | 00111111001111111101001110110111 | 3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)