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 | 倭≪?節?? | 100110000110000010000001111000010011111110010000110111110011111100111111 | 986081e13f90df3f3f |
EUC-JP | 倭≪?節?? | 110011111100000110100010111000110011111111000000111000010011111100111111 | cfc1a2e33fc0e13f3f |
UTF-8 | 倭≪슛節낅죭 | 111001011000000010101101111000101000100110101010111011001000101010011011111001111010111110000000111010111000001010000101111011001010001110101101 | e580ade289aaec8a9be7af80eb8285eca3ad |
UHC | 倭≪슛節낅죭 | 111010001101111010100001111011001011110110111000111011111011110110000101111010111010000110001000 | e8dea1ecbdb8efbd85eba188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)