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 | 髯ス鬘ォ逵В | 11101001100110011011110111101001101000011010101111100111100111001000010001000010 | e999bde9a1abe79c8442 |
EUC-JP | 髯ス鬘ォ逵В | 111100011111100110001110101111011111001010100011100011101010101111101101111111001010011110100011 | f1f98ebdf2a38eabedfca7a3 |
UTF-8 | 髯ス鬘ォ逵В | 1110100110101011101011111110111110111101101111011110100110101100100110001110111110111101101010111110100110000000101101011101000010010010 | e9abafefbdbde9ac98efbdabe980b5d092 |
UHC | ????逵В | 0011111100111111001111110011111111010000101100001010110010100011 | 3f3f3f3fd0b0aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)