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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???柔??\ | 0011111100111111001111111000111101011111001111110011111101011100 | 3f3f3f8f5f3f3f5c |
EUC-JP | ???柔??\ | 0011111100111111001111111011110111000000001111110011111101011100 | 3f3f3fbdc03f3f5c |
UTF-8 | 溜븐뀛柔묐꽕\ | 11101111101001111000101111101011101110001001000011101011100000001001101111100110100111111001010011101011101011001001000011101010101111011001010101011100 | efa78bebb890eb809be69f94ebac90eabd955c |
UHC | 溜븐뀛柔묐꽕\ | 11101010111111101011101011101100100001011001010011101010111101011001000111101011100001001010010001011100 | eafebaec8594eaf591eb84a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)