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 | 唸鞦咤喊 | 1001101001011000111010001110000110011010010000101001101001011110 | 9a58e8e19a429a5e |
EUC-JP | 唸鞦咤喊 | 1101001110111001111100001110001111010011101000111101001110111111 | d3b9f0e3d3a3d3bf |
UTF-8 | 唸鞦咤喊 | 111001011001010010111000111010011001111010100110111001011001001010100100111001011001011010001010 | e594b8e99ea6e592a4e5968a |
UHC | ??咤喊 | 001111110011111111110110111000111111100111100010 | 3f3ff6e3f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)