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 | 鶯??乳 | 111010011111001000111111001111111001001111111011 | e9f23f3f93fb |
EUC-JP | 鶯??乳 | 111100101111010000111111001111111100011011111101 | f2f43f3fc6fd |
UTF-8 | 鶯낃퉩乳 | 111010011011011010101111111010111000001010000011111011011000100110101001111001001011100110110011 | e9b6afeb8283ed89a9e4b9b3 |
UHC | 鶯낃퉩乳 | 1110010110100011100001011110101010111001100000011110101011100001 | e5a385eab981eae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)