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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 烈⑹꼻鎰쏁꺌 | 111011111010011010011111111000101001000110111001111010101011110010111011111010011000111010110000111011001000111110000001111010101011101010001100 | efa69fe291b9eabcbbe98eb0ec8f81eaba8c |
UHC | 烈⑹꼻鎰쏁꺌 | 111001101110111110101001111011001000010010010011111011001111000010011011111001111011001010100111 | e6efa9ec8493ecf09be7b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)