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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 樗?將?? | 10010010100101000011111110011011100100100011111100111111 | 92943f9b923f3f |
EUC-JP | 樗?將?? | 11000011111101000011111111010101111100100011111100111111 | c3f43fd5f23f3f |
UTF-8 | 樗렡將쇠샐 | 111001101010100010010111111010111010000010100001111001011011000010000111111011001000011110100000111011001000001110010000 | e6a897eba0a1e5b087ec87a0ec8390 |
UHC | 樗렡將쇠샐 | 11101110110000001000111010110010111011011110001010111100111010001011101111111000 | eec08eb2ede2bce8bbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)