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 | 1111101111000001100011101010100001000010 | fbc18ea842 |
SJIS-WIN | ???¨B | 001111110011111100111111100000010100111001000010 | 3f3f3f814e42 |
EUC-JP | ûÁ?¨B | 10001111101010111110010110001111101010101010000100111111101000011010111101000010 | 8fabe58faaa13fa1af42 |
UTF-8 | ûÁ¨B | 110000111011101111000011100000011100001010001110110000101010100001000010 | c3bbc381c28ec2a842 |
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)