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 | 酊??? | 1110011111000010001111110011111100111111 | e7c23f3f3f |
EUC-JP | 酊??? | 1110111011000100001111110011111100111111 | eec43f3f3f |
UTF-8 | 酊댁렟렣 | 111010011000010110001010111010111000110010000001111010111010000010011111111010111010000010100011 | e9858aeb8c81eba09feba0a3 |
UHC | 酊댁렟렣 | 1110111111111000101101001110110010001110101100001000111010110100 | eff8b4ec8eb08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)