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 | 髯ス鬮エ逵В | 11101001100110011011110111101001101010111011010011100111100111001000010001000010 | e999bde9abb4e79c8442 |
EUC-JP | 髯ス鬮エ逵В | 111100011111100110001110101111011111001010101101100011101011010011101101111111001010011110100011 | f1f98ebdf2ad8eb4edfca7a3 |
UTF-8 | 髯ス鬮エ逵В | 1110100110101011101011111110111110111101101111011110100110101100101011101110111110111101101101001110100110000000101101011101000010010010 | e9abafefbdbde9acaeefbdb4e980b5d092 |
UHC | ????逵В | 0011111100111111001111110011111111010000101100001010110010100011 | 3f3f3f3fd0b0aca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)