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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????ひ? | 0011111100111111001111110011111100111111100000101101000000111111 | 3f3f3f3f3f82d03f |
EUC-JP | ?????ひ? | 0011111100111111001111110011111100111111101001001101001000111111 | 3f3f3f3f3fa4d23f |
UTF-8 | 룶첂㈛룴컦ひ룶 | 111010111010001110110110111011001011001010000010111000111000100010011011111010111010001110110100111011001011101110100110111000111000000110110010111010111010001110110110 | eba3b6ecb282e3889beba3b4ecbba6e381b2eba3b6 |
UHC | 룶첂㈛룴컦ひ룶 | 1000111110101011101010101000111110101001110011001000111110101001101100001000111110101010110100101000111110101011 | 8fabaa8fa9cc8fa9b08faad28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)