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 | 映ζ?鰲 | 10001001011001101000001111000100001111111110100111100000 | 896683c43fe9e0 |
EUC-JP | 映ζ?鰲 | 10110001110001111010011011000110001111111111001011100010 | b1c7a6c63ff2e2 |
UTF-8 | 映ζ퍚鰲 | 1110011010011000101000001100111010110110111011011000110110011010111010011011000010110010 | e698a0ceb6ed8d9ae9b0b2 |
UHC | 映ζ퍚鰲 | 1110011110110001101001011110011010111011100100011110100010100111 | e7b1a5e6bb91e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)