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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耘?? | 11100011110011110011111100111111 | e3cf3f3f |
EUC-JP | 耘?? | 11100110110100010011111100111111 | e6d13f3f |
UTF-8 | 耘쿠쏴 | 111010001000000010011000111011001011111110100000111011001000111110110100 | e88098ecbfa0ec8fb4 |
UHC | 耘쿠쏴 | 111010011111110011000100111011011011110111110111 | e9fcc4edbdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)