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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 爭??O | 1110000010100101001111110011111101001111 | e0a53f3f4f |
EUC-JP | 爭??O | 1110000010100111001111110011111101001111 | e0a73f3f4f |
UTF-8 | 爭모ㄸO | 11100111100010001010110111101011101010101010100011100011100001001011100001001111 | e788adebaaa8e384b84f |
UHC | 爭모ㄸO | 11101110101100111011100011110000101001001010100001001111 | eeb3b8f0a4a84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)