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 | 﨟ク迺ス蠏 | 1111101110011101101110001110011110010010101111011110010110110101 | fb9db8e792bde5b5 |
EUC-JP | ?ク迺ス蠏 | 001111111000111010111000111011011111001010001110101111011110101010110111 | 3f8eb8edf28ebdeab7 |
UTF-8 | 﨟ク迺ス蠏 | 111011111010100010011111111011111011110110111000111010001011111110111010111011111011110110111101111010001010000010001111 | efa89fefbdb8e8bfbaefbdbde8a08f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)