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 | 萸?萸?? | 11100100110011100011111111100100110011100011111100111111 | e4ce3fe4ce3f3f |
EUC-JP | 萸?萸?? | 11101000110100000011111111101000110100000011111100111111 | e8d03fe8d03f3f |
UTF-8 | 萸뭊萸곷쳠 | 111010001001000010111000111010111010110110001010111010001001000010111000111010101011001110110111111011001011001110100000 | e890b8ebad8ae890b8eab3b7ecb3a0 |
UHC | 萸뭊萸곷쳠 | 11101011101011011001001001010101111010111010110110000001111010111010101110000110 | ebad9255ebad81ebab86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)