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 | 膝?? | 10010101010001110011111100111111 | 95473f3f |
EUC-JP | 膝?? | 11001001101010000011111100111111 | c9a83f3f |
UTF-8 | 膝뜇뗿 | 111010001000011010011101111010111001110010000111111010111001011110111111 | e8869deb9c87eb97bf |
UHC | 膝뜇뗿 | 111000111010001110001101100010101000101111111110 | e3a38d8a8bfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)