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 | ヤ耜エ紹'ヤ | 110101001110001111010001101101001000111111010000111110100101011011010100 | d4e3d1b48fd0fa56d4 |
EUC-JP | ヤ耜エ紹?ヤ | 1000111011010100111001101101001110001110101101001011111011010010001111111000111011010100 | 8ed4e6d38eb4bed23f8ed4 |
UTF-8 | ヤ耜エ紹'ヤ | 111011111011111010010100111010001000000010011100111011111011110110110100111001111011010010111001111011111011110010000111111011111011111010010100 | efbe94e8809cefbdb4e7b4b9efbc87efbe94 |
UHC | ???紹'? | 0011111100111111001111111110000111001001101000111010011100111111 | 3f3f3fe1c9a3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)