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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鋻齎豐B | 11111011110110011110011011011000111001101011001001000010 | fbd9e6d8e6b242 |
EUC-JP | 鋻齎豐B | 1000111111100100110100011110110011011010111011001011010001000010 | 8fe4d1ecdaecb442 |
UTF-8 | 鋻齎豐B | 11101001100010111011101111101001101111011000111011101000101100011001000001000010 | e98bbbe9bd8ee8b19042 |
UHC | ?齎?B | 0011111111101110101100100011111101000010 | 3feeb23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)