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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 眇ェエホィ | 1111000011100111111000011011110110101010101101001100111010101000 | f0e7e1bdaab4cea8 |
EUC-JP | ?眇ェエホィ | 0011111111100010101111111000111010101010100011101011010010001110110011101000111010101000 | 3fe2bf8eaa8eb48ece8ea8 |
UTF-8 | 眇ェエホィ | 111011101000001010100110111001111001110010000111111011111011110110101010111011111011110110110100111011111011111010001110111011111011110110101000 | ee82a6e79c87efbdaaefbdb4efbe8eefbda8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)