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 | 嵓示裔貍 | 1111101010110000100011101010011011100101111000011110011010111100 | fab08ea6e5e1e6bc |
EUC-JP | ?示裔貍 | 00111111101111001010100011101010111000111110110010111110 | 3fbca8eae3ecbe |
UTF-8 | 嵓示裔貍 | 111001011011010110010011111001111010010010111010111010001010001110010100111010001011001010001101 | e5b593e7a4bae8a394e8b28d |
UHC | ?示裔? | 001111111110001111000110111001111110000000111111 | 3fe3c6e7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)