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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??殯??殯B | 001111110011111110011111011100010011111100111111100111110111000101000010 | 3f3f9f713f3f9f7142 |
EUC-JP | ??殯??殯B | 001111110011111111011101110100100011111100111111110111011101001001000010 | 3f3fddd23f3fddd242 |
UTF-8 | 읽짊殯읽짊殯B | 11101100100111011011110111101100101001111000101011100110101011101010111111101100100111011011110111101100101001111000101011100110101011101010111101000010 | ec9dbdeca78ae6aeafec9dbdeca78ae6aeaf42 |
UHC | 읽짊殯읽짊殯B | 11000000110100001100000111111011110111101011001011000000110100001100000111111011110111101011001001000010 | c0d0c1fbdeb2c0d0c1fbdeb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)