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 | 赱晨擠妤 | 1110011011011111100111011110110110011101101010011111101010100100 | e6df9ded9da9faa4 |
EUC-JP | 赱晨擠妤 | 111011001110000111011010111011111101101010101011100011111011100110101111 | ece1daefdaab8fb9af |
UTF-8 | 赱晨擠妤 | 111010001011010110110001111001101001100110101000111001101001001110100000111001011010011010100100 | e8b5b1e699a8e693a0e5a6a4 |
UHC | ?晨?? | 0011111111100011111001110011111100111111 | 3fe3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)