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 | 隘槫涵蟾サ | 111010001010010110011110111001011001111110111100111001011011011110111011 | e8a59ee59fbce5b7bb |
EUC-JP | 隘槫涵蟾サ | 11110000101001111101110011100111110111101011111011101010101110011000111010111011 | f0a7dce7debeeab98ebb |
UTF-8 | 隘槫涵蟾サ | 111010011001101010011000111001101010011110101011111001101011011010110101111010001001111110111110111011111011110110111011 | e99a98e6a7abe6b6b5e89fbeefbdbb |
UHC | 隘?涵蟾? | 1110010011110110001111111111100111100100111000001110101000111111 | e4f63ff9e4e0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)