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 | 騾戊娼譴 | 1110100110000000100101011110100010001111101010011110011010100010 | e98095e88fa9e6a2 |
EUC-JP | 騾戊娼譴 | 1111000111100000110010101110101010111110101010111110110010100100 | f1e0caeabeabeca4 |
UTF-8 | 騾戊娼譴 | 111010011010100010111110111001101000100010001010111001011010100010111100111010001010110110110100 | e9a8bee6888ae5a8bce8adb4 |
UHC | ?戊娼譴 | 00111111110110011110011011110011110111101100110010111001 | 3fd9e6f3deccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)