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 | 贓??屯? | 11100110110110010011111100111111100100111101010000111111 | e6d93f3f93d43f |
EUC-JP | 贓??屯? | 11101100110110110011111100111111110001101101011000111111 | ecdb3f3fc6d63f |
UTF-8 | 贓곈렜屯㉠ | 111010001011010010010011111010101011001110001000111010111010000010011100111001011011000110101111111000111000100110100000 | e8b493eab388eba09ce5b1afe389a0 |
UHC | 贓곈렜屯㉠ | 11101101111111001011000011101001100011101010111011010100111010101010100010110001 | edfcb0e98eaed4eaa8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)