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 | 髯ス鬮エ蜩育 | 11101001100110011011110111101001101010111011010011100101100100111000100011100111 | e999bde9abb4e59388e7 |
EUC-JP | 髯ス鬮エ蜩育 | 111100011111100110001110101111011111001010101101100011101011010011101001111100111011000011101001 | f1f98ebdf2ad8eb4e9f3b0e9 |
UTF-8 | 髯ス鬮エ蜩育 | 111010011010101110101111111011111011110110111101111010011010110010101110111011111011110110110100111010001001110010101001111010001000001010110010 | e9abafefbdbde9acaeefbdb4e89ca9e882b2 |
UHC | ?????育 | 00111111001111110011111100111111001111111110101111000000 | 3f3f3f3f3febc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)