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 | ?????} | 00111111001111110011111100111111001111111000000101110000 | 3f3f3f3f3f8170 |
EUC-JP | ??庾??} | 001111110011111110001111101111001100111000111111001111111010000111010001 | 3f3f8fbcce3f3fa1d1 |
UTF-8 | 쑈뤊庾쥙쩐} | 111011001001000110001000111010111010010010001010111001011011101010111110111011001010010110011001111011001010100110010000111011111011110110011101 | ec9188eba48ae5babeeca599eca990efbd9d |
UHC | 쑈뤊庾쥙쩐} | 101111101010010010001111101110101110101011101100101000101000111011000010101111101010001111111101 | bea48fbaeaeca28ec2bea3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)