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 | 螻樊搦 | 111001011011000110011110111001101001110110001110 | e5b19ee69d8e |
EUC-JP | 螻樊搦 | 111010101011001111011100111010001101100111101110 | eab3dce8d9ee |
UTF-8 | 螻樊搦 | 111010001001111010111011111001101010100010001010111001101001000010100110 | e89ebbe6a88ae690a6 |
UHC | ?樊? | 00111111110110111110000000111111 | 3fdbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)