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 | 鬢俾ソゥ堺 | 11101001101001001001100011101010101111111010100111111001111111001000110111100100 | e9a498eabfa9f9fc8de4 |
EUC-JP | 鬢俾ソゥ?堺 | 1111001010100110110100001110110010001110101111111000111010101001001111111011101011100110 | f2a6d0ec8ebf8ea93fbae6 |
UTF-8 | 鬢俾ソゥ堺 | 111010011010110010100010111001001011111110111110111011111011110110111111111011111011110110101001111011101001110110010111111001011010000010111010 | e9aca2e4bfbeefbdbfefbda9ee9d97e5a0ba |
UHC | ?????堺 | 00111111001111110011111100111111001111111100110011110111 | 3f3f3f3f3fccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)