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 | 00111111100010001010001100111111100010001010001101000010 | 3f88a33f88a342 |
EUC-JP | ?哀?哀B | 00111111101100001010010100111111101100001010010101000010 | 3fb0a53fb0a542 |
UTF-8 | 쟌哀쟌哀B | 11101100100111111000110011100101100100111000000011101100100111111000110011100101100100111000000001000010 | ec9f8ce59380ec9f8ce5938042 |
UHC | 쟌哀쟌哀B | 110000001111001011100100111011101100000011110010111001001110111001000010 | c0f2e4eec0f2e4ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)