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 | 攸???班 | 10011101101111110011111100111111001111111001010011000111 | 9dbf3f3f3f94c7 |
EUC-JP | 攸???班 | 11011010110000010011111100111111001111111100100011001001 | dac13f3f3fc8c9 |
UTF-8 | 攸패렧뤊班 | 111001101001010010111000111011011000110010101000111010111010000010100111111010111010010010001010111001111000111110101101 | e694b8ed8ca8eba0a7eba48ae78fad |
UHC | 攸패렧뤊班 | 11101010111100101100011011010000100011101011011010001111101110101101101011101100 | eaf2c6d08eb68fbadaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)