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 | 韶皮ィョ鞳狗 | 11101000111011101001010011100111101010001010111011101000111000111000101111100111 | e8ee94e7a8aee8e38be7 |
EUC-JP | 韶皮ィョ鞳狗 | 111100001111000011001000111010011000111010101000100011101010111011110000111001011011011011101001 | f0f0c8e98ea88eaef0e5b6e9 |
UTF-8 | 韶皮ィョ鞳狗 | 111010011001111110110110111001111001101010101110111011111011110110101000111011111011110110101110111010011001111010110011111001111000101110010111 | e99fb6e79aaeefbda8efbdaee99eb3e78b97 |
UHC | 韶皮???狗 | 111000011101001011111001101010110011111100111111001111111100111110110111 | e1d2f9ab3f3f3fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)