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 | ?攀?? | 0011111110011101101100110011111100111111 | 3f9db33f3f |
EUC-JP | 珽攀?? | 10001111110010111111111011011010101101010011111100111111 | 8fcbfedab53f3f |
UTF-8 | 珽攀렯렑 | 111001111000111110111101111001101001010010000000111010111010000010101111111010111010000010010001 | e78fbde69480eba0afeba091 |
UHC | 珽攀렯렑 | 1110111111101010110110101110011110001110101111001000111010100110 | efeadae78ebc8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)