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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??唯?? | 1110100111110010001111110011111110010111010000100011111100111111 | e9f23f3f97423f3f |
EUC-JP | 鶯??唯?? | 1111001011110100001111110011111111001101101000110011111100111111 | f2f43f3fcda33f3f |
UTF-8 | 鶯낅쓧唯놅쫲 | 111010011011011010101111111010111000001010000101111011001001001110100111111001011001010010101111111010111000011010000101111011001010101110110010 | e9b6afeb8285ec93a7e594afeb8685ecabb2 |
UHC | 鶯낅쓧唯놅쫲 | 111001011010001110000101111010111001110110001000111010101110011010000110111011111010011010001010 | e5a385eb9d88eae686efa68a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)