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 | 軏晟麿 | 111110111011001010011101111011101001011010011011 | fbb29dee969b |
EUC-JP | 軏晟麿 | 10001111111000001101100111011010111100001100101111111011 | 8fe0d9daf0cbfb |
UTF-8 | 軏晟麿 | 111010001011101110001111111001101001100110011111111010011011101010111111 | e8bb8fe6999fe9babf |
UHC | ?晟? | 00111111111000001111100100111111 | 3fe0f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)