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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓??押? | 11101000101111010011111100111111100010011001111100111111 | e8bd3f3f899f3f |
EUC-JP | 霓??押? | 11110000101111110011111100111111101100101010000100111111 | f0bf3f3fb2a13f |
UTF-8 | 霓ㅹ쉹押낂 | 111010011001110010010011111000111000010110111001111011001000100110111001111001101000101010111100111010111000001010000010 | e99c93e385b9ec89b9e68abceb8282 |
UHC | 霓ㅹ쉹押낂 | 11100111111001111010010011101001100110101000111111100100111000111000010111101001 | e7e7a4e99a8fe4e385e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)