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 | ûÁ´x | 1111101111000001100011101011010001111000 | fbc18eb478 |
SJIS-WIN | ???´x | 001111110011111100111111100000010100110001111000 | 3f3f3f814c78 |
EUC-JP | ûÁ?´x | 10001111101010111110010110001111101010101010000100111111101000011010110101111000 | 8fabe58faaa13fa1ad78 |
UTF-8 | ûÁ´x | 110000111011101111000011100000011100001010001110110000101011010001111000 | c3bbc381c28ec2b478 |
UHC | ???´x | 001111110011111100111111101000101010010101111000 | 3f3f3fa2a578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)