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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 溪?}溪?{^ | 100111111110001000111111011111011001111111100010001111110111101101011110 | 9fe23f7d9fe23f7b5e |
EUC-JP | 溪?}溪?{^ | 110111101110010000111111011111011101111011100100001111110111101101011110 | dee43f7ddee43f7b5e |
UTF-8 | 溪↙}溪↙{^ | 111001101011101010101010111000101000011010011001011111011110011010111010101010101110001010000110100110010111101101011110 | e6baaae286997de6baaae286997b5e |
UHC | 溪↙}溪↙{^ | 1100110110100010101000101101011101111101110011011010001010100010110101110111101101011110 | cda2a2d77dcda2a2d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)