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 | ?娟雨 | 0011111110011011010011101000100101001010 | 3f9b4e894a |
EUC-JP | ?娟雨 | 0011111111010101101011111011000110101011 | 3fd5afb1ab |
UTF-8 | 쐬娟雨 | 111011001001000010101100111001011010100010011111111010011001101110101000 | ec90ace5a89fe99ba8 |
UHC | 쐬娟雨 | 101111011111110111100110110000101110100111101011 | bdfde6c2e9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)