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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鉑室ロニ^ | 111110111100100110001110101110101111000011000000110110111100011001011110 | fbc98ebaf0c0dbc65e |
EUC-JP | 鉑室?ロニ^ | 1000111111100011111000011011110010111100001111111000111011011011100011101100011001011110 | 8fe3e1bcbc3f8edb8ec65e |
UTF-8 | 鉑室ロニ^ | 11101001100010011001000111100101101011101010010011101110100000011011111111101111101111101001101111101111101111101000011001011110 | e98991e5aea4ee81bfefbe9befbe865e |
UHC | ?室???^ | 00111111111000111111100000111111001111110011111101011110 | 3fe3f83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)