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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆冗明譏 | 1110100110100000100011111110011110010110101111101110011010011000 | e9a08fe796bee698 |
EUC-JP | 鬆冗明譏 | 1111001010100010101111101110100111001100110000001110101111111000 | f2a2bee9ccc0ebf8 |
UTF-8 | 鬆冗明譏 | 111010011010110010000110111001011000011010010111111001101001100010001110111010001010110110001111 | e9ac86e58697e6988ee8ad8f |
UHC | ?冗明譏 | 00111111111010011011011111011001101001011101000111000001 | 3fe9b7d9a5d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)