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 | 矗鮏矗鮏 | 11100001110111101111110001000011111101011011010111100001110111101111110001000011 | e1defc43f5b5e1defc43 |
EUC-JP | 矗鮏?矗鮏 | 1110001011100000100011111110101011011011001111111110001011100000100011111110101011011011 | e2e08feadb3fe2e08feadb |
UTF-8 | 矗鮏矗鮏 | 111001111001111110010111111010011010111010001111111011101001000010100000111001111001111110010111111010011010111010001111 | e79f97e9ae8fee90a0e79f97e9ae8f |
UHC | 矗??矗? | 11110101101110000011111100111111111101011011100000111111 | f5b83f3ff5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)