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 | ?勢揚 | 0011111110010000101010001001011101100111 | 3f90a89767 |
EUC-JP | ?勢揚 | 0011111111000000101010101100110111001000 | 3fc0aacdc8 |
UTF-8 | 쎕勢揚 | 111011001000111010010101111001011000101110100010111001101000111110011010 | ec8e95e58ba2e68f9a |
UHC | 쎕勢揚 | 100110111011110011100001101001111110010111000000 | 9bbce1a7e5c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)