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 | 蔭??曖? | 10001000111111000011111100111111100111100100001000111111 | 88fc3f3f9e423f |
EUC-JP | 蔭??曖? | 10110000111111100011111100111111110110111010001100111111 | b0fe3f3fdba33f |
UTF-8 | 蔭댁꽔曖킖 | 111010001001010010101101111010111000110010000001111010101011110110010100111001101001101110010110111011011000001010010110 | e894adeb8c81eabd94e69b96ed8296 |
UHC | 蔭댁꽔曖킖 | 11101011111000111011010011101100100001001010001111100100111100101011010101000010 | ebe3b4ec84a3e4f2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)