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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋻齎熙 | 111110111101100111100110110110001110101010100100 | fbd9e6d8eaa4 |
EUC-JP | 鋻齎熙 | 10001111111001001101000111101100110110101111010010100110 | 8fe4d1ecdaf4a6 |
UTF-8 | 鋻齎熙 | 111010011000101110111011111010011011110110001110111001111000011010011001 | e98bbbe9bd8ee78699 |
UHC | ?齎熙 | 0011111111101110101100101111110111110111 | 3feeb2fdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)