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 | 倭??鈺?? | 1001100001100000001111110011111111111011110001000011111100111111 | 98603f3ffbc43f3f |
EUC-JP | 倭??鈺?? | 110011111100000100111111001111111000111111100011110101010011111100111111 | cfc13f3f8fe3d53f3f |
UTF-8 | 倭롳쉬鈺쏉슈 | 111001011000000010101101111010111010000110110011111011001000100110101100111010011000100010111010111011001000111110001001111011001000101010001000 | e580adeba1b3ec89ace988baec8f89ec8a88 |
UHC | 倭롳쉬鈺쏉슈 | 111010001101111010001110111011111011110110101100111010001010110110011011111011111011110110110100 | e8de8eefbdace8ad9befbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)