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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌??霓? | 11100011101000000011111100111111111010001011110100111111 | e3a03f3fe8bd3f |
EUC-JP | 罌??霓? | 11100110101000100011111100111111111100001011111100111111 | e6a23f3ff0bf3f |
UTF-8 | 罌븐엻霓쪸 | 111001111011110110001100111010111011100010010000111011001001011110111011111010011001110010010011111011001010101010111000 | e7bd8cebb890ec97bbe99c93ecaab8 |
UHC | 罌븐엻霓쪸 | 11100101101000101011101011101100100111101000110111100111111001111010011001010001 | e5a2baec9e8de7e7a651 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)