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 | ?耿?媛 | 001111111110001111010100001111111001010101010001 | 3fe3d43f9551 |
EUC-JP | 塡耿?媛 | 1000111110111000101101001110011011010110001111111100100110110010 | 8fb8b4e6d63fc9b2 |
UTF-8 | 塡耿ㄷ媛 | 111001011010000110100001111010001000000010111111111000111000010010110111111001011010101010011011 | e5a1a1e880bfe384b7e5aa9b |
UHC | 塡耿ㄷ媛 | 1110111011110011110011001110101010100100101001111110101010110000 | eef3cceaa4a7eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)