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 | 蹊?? | 11100110111111000011111100111111 | e6fc3f3f |
EUC-JP | 蹊?? | 11101100111111100011111100111111 | ecfe3f3f |
UTF-8 | 蹊욜뮵 | 111010001011100110001010111011001001101010011100111010111010111010110101 | e8b98aec9a9cebaeb5 |
UHC | 蹊욜뮵 | 111110111011011110111111111001111001001010111101 | fbb7bfe792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)