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 | ûܨB | 1111101111011100100011101010100001000010 | fbdc8ea842 |
SJIS-WIN | ???¨B | 001111110011111100111111100000010100111001000010 | 3f3f3f814e42 |
EUC-JP | ûÜ?¨B | 10001111101010111110010110001111101010101110010000111111101000011010111101000010 | 8fabe58faae43fa1af42 |
UTF-8 | ûܨB | 110000111011101111000011100111001100001010001110110000101010100001000010 | c3bbc39cc28ec2a842 |
UHC | ???¨B | 001111110011111100111111101000011010011101000010 | 3f3f3fa1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)