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 | 螻樊」喊 | 11100101101100011001111011100110101000111001101001011110 | e5b19ee6a39a5e |
EUC-JP | 螻樊」喊 | 1110101010110011110111001110100010001110101000111101001110111111 | eab3dce88ea3d3bf |
UTF-8 | 螻樊」喊 | 111010001001111010111011111001101010100010001010111011111011110110100011111001011001011010001010 | e89ebbe6a88aefbda3e5968a |
UHC | ?樊?喊 | 001111111101101111100000001111111111100111100010 | 3fdbe03ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)