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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?攀???? | 00111111100111011011001100111111001111110011111100111111 | 3f9db33f3f3f3f |
EUC-JP | 珽攀???? | 100011111100101111111110110110101011010100111111001111110011111100111111 | 8fcbfedab53f3f3f3f |
UTF-8 | 珽攀렜븍렣렖 | 111001111000111110111101111001101001010010000000111010111010000010011100111010111011100010001101111010111010000010100011111010111010000010010110 | e78fbde69480eba09cebb88deba0a3eba096 |
UHC | 珽攀렜븍렣렖 | 111011111110101011011010111001111000111010101110101110101110101110001110101101001000111010101011 | efeadae78eaebaeb8eb48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)