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 | 萸?た維?? | 111001001100111000111111100000101011110110001000110110110011111100111111 | e4ce3f82bd88db3f3f |
EUC-JP | 萸?た維?? | 111010001101000000111111101001001011111110110000110111010011111100111111 | e8d03fa4bfb0dd3f3f |
UTF-8 | 萸귣た維곷쳹 | 111010001001000010111000111010101011011110100011111000111000000110011111111001111011011010101101111010101011001110110111111011001011001110111001 | e890b8eab7a3e3819fe7b6adeab3b7ecb3b9 |
UHC | 萸귣た維곷쳹 | 111010111010110110000010111010111010101010111111111010111010101110000001111010111010101110011100 | ebad82ebaabfebab81ebab9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)