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 | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
SJIS-WIN | 鞦軸鈐室x^ | 11101000111000011000111010110010111110111100001010001110101110100111100001011110 | e8e18eb2fbc28eba785e |
EUC-JP | 鞦軸鈐室x^ | 1111000011100011101111001011010010001111111000111100000110111100101111000111100001011110 | f0e3bcb48fe3c1bcbc785e |
UTF-8 | 鞦軸鈐室x^ | 1110100110011110101001101110100010111011101110001110100110001000100100001110010110101110101001000111100001011110 | e99ea6e8bbb8e98890e5aea4785e |
UHC | ?軸鈐室x^ | 001111111111010111101110110011001010001011100011111110000111100001011110 | 3ff5eecca2e3f8785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)