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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譎ウ鮟 | 1110011010011001101100111110100110111011 | e699b3e9bb |
EUC-JP | 譎ウ鮟 | 111010111111100110001110101100111111001010111101 | ebf98eb3f2bd |
UTF-8 | 譎ウ鮟 | 111010001010110110001110111011111011110110110011111010011010111010011111 | e8ad8eefbdb3e9ae9f |
UHC | 譎?鮟 | 1111110111010010001111111110010011010101 | fdd23fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)