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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?田晤? | 001111111001001101100011100111011110101100111111 | 3f93639deb3f |
EUC-JP | ?田晤? | 001111111100010111000100110110101110110100111111 | 3fc5c4daed3f |
UTF-8 | 뤺田晤몄 | 111010111010010010111010111001111001010010110000111001101001100110100100111010111010101010000100 | eba4bae794b0e699a4ebaa84 |
UHC | 뤺田晤몄 | 1000111111101000111011111010001111100111111110111011100011101100 | 8fe8efa3e7fbb8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)