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 | 映ζ?? | 100010010110011010000011110001000011111100111111 | 896683c43f3f |
EUC-JP | 映ζ?? | 101100011100011110100110110001100011111100111111 | b1c7a6c63f3f |
UTF-8 | 映ζ선蓼 | 1110011010011000101000001100111010110110111011001000010010100000111011111010011110000010 | e698a0ceb6ec84a0efa782 |
UHC | 映ζ선蓼 | 1110011110110001101001011110011010111100101100011110100110100111 | e7b1a5e6bcb1e9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)