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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 甯晧椚甯 | 1111101010101000100111011110110010011110101011011111101010101000 | faa89dec9eadfaa8 |
EUC-JP | 甯晧椚甯 | 10001111110011011010101011011010111011101101110010101111100011111100110110101010 | 8fcdaadaeedcaf8fcdaa |
UTF-8 | 甯晧椚甯 | 111001111001010010101111111001101001100110100111111001101010010010011010111001111001010010101111 | e794afe699a7e6a49ae794af |
UHC | ?晧?? | 0011111111111011110001010011111100111111 | 3ffbc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)