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 | 歪딉쉥鈺쏉쉽 | 111001101010110110101010111010111001010010001001111011001000100110100101111010011000100010111010111011001000111110001001111011001000100110111101 | e6adaaeb9489ec89a5e988baec8f89ec89bd |
UHC | 歪딉쉥鈺쏉쉽 | 111010001110000010001010111011111011110110101011111010001010110110011011111011111011110110110001 | e8e08aefbdabe8ad9befbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)