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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??腸鈑B | 00111111001111111001001010110000111001111110010101000010 | 3f3f92b0e7e542 |
EUC-JP | ??腸鈑B | 00111111001111111100010010110010111011101110011101000010 | 3f3fc4b2eee742 |
UTF-8 | 장뤺腸鈑B | 11101100100111101010010111101011101001001011101011101000100001011011100011101001100010001001000101000010 | ec9ea5eba4bae885b8e9889142 |
UHC | 장뤺腸鈑B | 110000001110010110001111111010001110110111110011111101111111111001000010 | c0e58fe8edf3f7fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)