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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鈺ョ?] | 111110111100010010000011100001110011111101011101 | fbc483873f5d |
EUC-JP | 鈺ョ?] | 10001111111000111101010110100101111001110011111101011101 | 8fe3d5a5e73f5d |
UTF-8 | 鈺ョ뙴] | 11101001100010001011101011100011100000111010011111101011100110011011010001011101 | e988bae383a7eb99b45d |
UHC | 鈺ョ뙴] | 11101000101011011010101111100111100011001011011101011101 | e8adabe78cb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)