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 | ?嵩序? | 001111111001000010010011100011111001100000111111 | 3f90938f983f |
EUC-JP | ?嵩序? | 001111111011111111110011101111011111100000111111 | 3fbff3bdf83f |
UTF-8 | 룵嵩序◈ | 111010111010001110110101111001011011010110101001111001011011101010001111111000101001011110001000 | eba3b5e5b5a9e5ba8fe29788 |
UHC | 룵嵩序◈ | 1000111110101010111000111010000111011111111011011010001011000010 | 8faae3a1dfeda2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)