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 | ANBJ | 10010010010000010100111010010010010000101001001001001010 | 92414e9242924a |
SJIS-WIN | ?AN?B?J | 00111111010000010100111000111111010000100011111101001010 | 3f414e3f423f4a |
EUC-JP | ?AN?B?J | 00111111010000010100111000111111010000100011111101001010 | 3f414e3f423f4a |
UTF-8 | ANBJ | 11000010100100100100000101001110110000101001001001000010110000101001001001001010 | c292414ec29242c2924a |
UHC | ?AN?B?J | 00111111010000010100111000111111010000100011111101001010 | 3f414e3f423f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)