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 | 烏??仰? | 10001001010001110011111100111111100010111100001000111111 | 89473f3f8bc23f |
EUC-JP | 烏??仰? | 10110001101010000011111100111111101101101100010000111111 | b1a83f3fb6c43f |
UTF-8 | 烏숇ㅎ仰랡 | 111001111000001110001111111011001000100010000111111000111000010110001110111001001011101110110000111010111001111010100001 | e7838fec8887e3858ee4bbb0eb9ea1 |
UHC | 烏숇ㅎ仰랡 | 11101000101000011001100111101011101001001011111011100100111001101000111001000010 | e8a199eba4bee4e68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)