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 | 萸?Ч萸?? | 111001001100111000111111100001000101100011100100110011100011111100111111 | e4ce3f8458e4ce3f3f |
EUC-JP | 萸?Ч萸?? | 111010001101000000111111101001111011100111101000110100000011111100111111 | e8d03fa7b9e8d03f3f |
UTF-8 | 萸믩Ч萸곷쳠 | 1110100010010000101110001110101110101111101010011101000010100111111010001001000010111000111010101011001110110111111011001011001110100000 | e890b8ebafa9d0a7e890b8eab3b7ecb3a0 |
UHC | 萸믩Ч萸곷쳠 | 111010111010110110010010111010111010110010111001111010111010110110000001111010111010101110000110 | ebad92ebacb9ebad81ebab86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)