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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迂絞?莎?轅 | 10001001010010011000110101101001001111111110010010110011001111111110011101110110 | 89498d693fe4b33fe776 |
EUC-JP | 迂絞?莎?轅 | 10110001101010101011100111001010001111111110100010110101001111111110110111010111 | b1aab9ca3fe8b53fedd7 |
UTF-8 | 迂絞렟莎류轅 | 111010001011111110000010111001111011010110011110111010111010000010011111111010001000111010001110111010111010010110011000111010001011110110000101 | e8bf82e7b59eeba09fe88e8eeba598e8bd85 |
UHC | 迂絞렟莎류轅 | 111010011110011011001110111011011000111010110000110111101110110110110111111110011110101010111111 | e9e6ceed8eb0deedb7f9eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)