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 | 歪??鈺?? | 1001100001100011001111110011111111111011110001000011111100111111 | 98633f3ffbc43f3f |
EUC-JP | 歪??鈺?? | 110011111100010000111111001111111000111111100011110101010011111100111111 | cfc43f3f8fe3d53f3f |
UTF-8 | 歪딉쉥鈺뽪뇘 | 111001101010110110101010111010111001010010001001111011001000100110100101111010011000100010111010111010111011110110101010111010111000011110011000 | e6adaaeb9489ec89a5e988baebbdaaeb8798 |
UHC | 歪딉쉥鈺뽪뇘 | 111010001110000010001010111011111011110110101011111010001010110110010110111001101000011110000011 | e8e08aefbdabe8ad96e68783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)