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 | 裝??? | 1110010111100100001111110011111100111111 | e5e43f3f3f |
EUC-JP | 裝??? | 1110101011100110001111110011111100111111 | eae63f3f3f |
UTF-8 | 裝뗧즳筽 | 111010001010001110011101111010111001011110100111111011001010011010110011111001111010110110111101 | e8a39deb97a7eca6b3e7adbd |
UHC | 裝뗧즳筽 | 1110110111111011100010111110011110100011100001011110100010100100 | edfb8be7a385e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)