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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愁??瞳 | 100011110100010000111111001111111001001110110101 | 8f443f3f93b5 |
EUC-JP | 愁??瞳 | 101111011010010100111111001111111100011010110111 | bda53f3fc6b7 |
UTF-8 | 愁공暈瞳 | 111001101000010010000001111010101011001110110101111011111010011110000101111001111001111010110011 | e68481eab3b5efa785e79eb3 |
UHC | 愁공暈瞳 | 1110000111111110101100001111100011101001111101111101010011011010 | e1feb0f8e9f7d4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)