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 | ??臧? | 0011111100111111111001000110100000111111 | 3f3fe4683f |
EUC-JP | ??臧? | 0011111100111111111001111100100100111111 | 3f3fe7c93f |
UTF-8 | 林렱臧렧 | 111011111010011110110100111010111010000010110001111010001000011110100111111010111010000010100111 | efa7b4eba0b1e887a7eba0a7 |
UHC | 林렱臧렧 | 1110110011110111100011101011111011101101111101011000111010110110 | ecf78ebeedf58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)