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 | AUBV | 1001001001000001100100100101010110010010010000101001001001010110 | 9241925592429256 |
SJIS-WIN | ?A?U?B?V | 0011111101000001001111110101010100111111010000100011111101010110 | 3f413f553f423f56 |
EUC-JP | ?A?U?B?V | 0011111101000001001111110101010100111111010000100011111101010110 | 3f413f553f423f56 |
UTF-8 | AUBV | 110000101001001001000001110000101001001001010101110000101001001001000010110000101001001001010110 | c29241c29255c29242c29256 |
UHC | ?A?U?B?V | 0011111101000001001111110101010100111111010000100011111101010110 | 3f413f553f423f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)