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 | 測郤刻州 | 1001000110101010111001111011101010001101100011111000111101000010 | 91aae7ba8d8f8f42 |
EUC-JP | 測郤刻州 | 1100001010101100111011101011110010111001111011111011110110100011 | c2aceebcb9efbda3 |
UTF-8 | 測郤刻州 | 111001101011100010101100111010011000001110100100111001011000100010111011111001011011011110011110 | e6b8ace983a4e588bbe5b79e |
UHC | 測?刻州 | 11110110101101000011111111001010101111101111000110110110 | f6b43fcabef1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)