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 | 軏宗遏 | 111110111011001010001111010000001110011110011111 | fbb28f40e79f |
EUC-JP | 軏宗遏 | 10001111111000001101100110111101101000011110111010100001 | 8fe0d9bda1eea1 |
UTF-8 | 軏宗遏 | 111010001011101110001111111001011010111010010111111010011000000110001111 | e8bb8fe5ae97e9818f |
UHC | ?宗? | 00111111111100001111001100111111 | 3ff0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)