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 | 磁涖レ | 11110000111010011000111010100101111110110100000011011010 | f0e98ea5fb40da |
EUC-JP | ?磁涖レ | 0011111110111100101001111000111111000111110010111000111011011010 | 3fbca78fc7cb8eda |
UTF-8 | 磁涖レ | 111011101000001010101000111001111010001110000001111001101011011010010110111011111011111010011010 | ee82a8e7a381e6b696efbe9a |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)