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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛾??葯 | 100010011110100100111111001111111110010011011110 | 89e93f3fe4de |
EUC-JP | 蛾??葯 | 101100101110101100111111001111111110100011100000 | b2eb3f3fe8e0 |
UTF-8 | 蛾덆갌葯 | 111010001001101110111110111010111000110110000110111010101011000010001100111010001001000110101111 | e89bbeeb8d86eab08ce891af |
UHC | 蛾덆갌葯 | 1110010010110110100010001110100110000001010001101110010110110101 | e4b688e98146e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)