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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迂絞??? | 10001001010010011000110101101001001111110011111100111111 | 89498d693f3f3f |
EUC-JP | 迂絞??? | 10110001101010101011100111001010001111110011111100111111 | b1aab9ca3f3f3f |
UTF-8 | 迂絞렟렣뤈 | 111010001011111110000010111001111011010110011110111010111010000010011111111010111010000010100011111010111010010010001000 | e8bf82e7b59eeba09feba0a3eba488 |
UHC | 迂絞렟렣뤈 | 11101001111001101100111011101101100011101011000010001110101101001000111110111000 | e9e6ceed8eb08eb48fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)