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 | 怏??淞? | 10011100100010010011111100111111100111111100001000111111 | 9c893f3f9fc23f |
EUC-JP | 怏??淞? | 11010111111010010011111100111111110111101100010000111111 | d7e93f3fdec43f |
UTF-8 | 怏⑸떩淞찦 | 111001101000000010001111111000101001000110111000111010111001011010101001111001101011011110011110111011001011000010100110 | e6808fe291b8eb96a9e6b79eecb0a6 |
UHC | 怏⑸떩淞찦 | 11100100111010001010100111101011100010111011101111100001111001111010101001000010 | e4e8a9eb8bbbe1e7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)