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 | ??VD??VD^ | 001111110011111101010110010001000011111100111111010101100100010001011110 | 3f3f56443f3f56445e |
SJIS-WIN | 嶸。VD嶸。VD^ | 1111101010110100101000010101011001000100111110101011010010100001010101100100010001011110 | fab4a15644fab4a156445e |
EUC-JP | 嶸。VD嶸。VD^ | 100011111011101111110100100011101010000101010110010001001000111110111011111101001000111010100001010101100100010001011110 | 8fbbf48ea156448fbbf48ea156445e |
UTF-8 | 嶸。VD嶸。VD^ | 1110010110110110101110001110111110111101101000010101011001000100111001011011011010111000111011111011110110100001010101100100010001011110 | e5b6b8efbda15644e5b6b8efbda156445e |
UHC | 嶸?VD嶸?VD^ | 1110011110101110001111110101011001000100111001111010111000111111010101100100010001011110 | e7ae3f5644e7ae3f56445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)