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 | ???畏 | 0011111100111111001111111000100011011000 | 3f3f3f88d8 |
EUC-JP | ???畏 | 0011111100111111001111111011000011011010 | 3f3f3fb0da |
UTF-8 | 筽멨탪畏 | 111001111010110110111101111010111010100110101000111011011000001110101010111001111001010110001111 | e7adbdeba9a8ed83aae7958f |
UHC | 筽멨탪畏 | 1110100010100100101110001110010110110101100011001110100011100110 | e8a4b8e5b58ce8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)