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 | 髯ス鬘ォ蜩育 | 11101001100110011011110111101001101000011010101111100101100100111000100011100111 | e999bde9a1abe59388e7 |
EUC-JP | 髯ス鬘ォ蜩育 | 111100011111100110001110101111011111001010100011100011101010101111101001111100111011000011101001 | f1f98ebdf2a38eabe9f3b0e9 |
UTF-8 | 髯ス鬘ォ蜩育 | 111010011010101110101111111011111011110110111101111010011010110010011000111011111011110110101011111010001001110010101001111010001000001010110010 | e9abafefbdbde9ac98efbdabe89ca9e882b2 |
UHC | ?????育 | 00111111001111110011111100111111001111111110101111000000 | 3f3f3f3f3febc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)