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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 擁??E | 1001011101101001001111110011111101000101 | 97693f3f45 |
EUC-JP | 擁??E | 1100110111001010001111110011111101000101 | cdca3f3f45 |
UTF-8 | 擁븝쉰E | 11100110100100111000000111101011101110001001110111101100100010011011000001000101 | e69381ebb89dec89b045 |
UHC | 擁븝쉰E | 11101000101101101011101011101111101111011010111001000101 | e8b6baefbdae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)