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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 號?瓠豆?\ | 111001010110101000111111111000010100000010010011101001000011111101011100 | e56a3fe14093a43f5c |
EUC-JP | 號?瓠豆?\ | 111010011100101100111111111000011010000111000110101001100011111101011100 | e9cb3fe1a1c6a63f5c |
UTF-8 | 號렜瓠豆땐\ | 11101000100110011001111111101011101000001001110011100111100100111010000011101000101100011000011011101011100101011001000001011100 | e8999feba09ce793a0e8b186eb95905c |
UHC | 號렜瓠豆땐\ | 1111101111011100100011101010111011111011110100101101010011100111101101101010100101011100 | fbdc8eaefbd2d4e7b6a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)