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 | ½°Ð | 10111101101100001000111111010000 | bdb08fd0 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ?°?? | 0011111110100001111010110011111100111111 | 3fa1eb3f3f |
UTF-8 | ½°Ð | 1100001010111101110000101011000011000010100011111100001110010000 | c2bdc2b0c28fc390 |
UHC | ½°?Ð | 10101000111101101010000111000110001111111010100010100010 | a8f6a1c63fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)