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 | ??鵝? | 0011111100111111111010100100000000111111 | 3f3fea403f |
EUC-JP | ??鵝? | 0011111100111111111100111010000100111111 | 3f3ff3a13f |
UTF-8 | 롐롚鵝롐 | 111010111010000110010000111010111010000110011010111010011011010110011101111010111010000110010000 | eba190eba19ae9b59deba190 |
UHC | 롐롚鵝롐 | 1000111011010110100011101101111011100100101111011000111011010110 | 8ed68edee4bd8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)