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 | è°è¾ | 11101000101100001110100010111110 | e8b0e8be |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | è°è? | 100011111010101110110010101000011110101110001111101010111011001000111111 | 8fabb2a1eb8fabb23f |
UTF-8 | è°è¾ | 1100001110101000110000101011000011000011101010001100001010111110 | c3a8c2b0c3a8c2be |
UHC | ?°?¾ | 001111111010000111000110001111111010100011111010 | 3fa1c63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)