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 | ?經?? | 0011111111100011010100110011111100111111 | 3fe3533f3f |
EUC-JP | 饔經?? | 10001111111010001110111111100101101101000011111100111111 | 8fe8efe5b43f3f |
UTF-8 | 饔經렓렰 | 111010011010010110010100111001111011011010010011111010111010000010010011111010111010000010110000 | e9a594e7b693eba093eba0b0 |
UHC | 饔經렓렰 | 1110100010111101110011001110100010001110101010001000111010111101 | e8bdcce88ea88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)