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 | YBWTYV | 100100100101100110010010010000101001001001010111100100100101010010010010010110011001001001010110 | 925992429257925492599256 |
SJIS-WIN | ?Y?B?W?T?Y?V | 001111110101100100111111010000100011111101010111001111110101010000111111010110010011111101010110 | 3f593f423f573f543f593f56 |
EUC-JP | ?Y?B?W?T?Y?V | 001111110101100100111111010000100011111101010111001111110101010000111111010110010011111101010110 | 3f593f423f573f543f593f56 |
UTF-8 | YBWTYV | 110000101001001001011001110000101001001001000010110000101001001001010111110000101001001001010100110000101001001001011001110000101001001001010110 | c29259c29242c29257c29254c29259c29256 |
UHC | ?Y?B?W?T?Y?V | 001111110101100100111111010000100011111101010111001111110101010000111111010110010011111101010110 | 3f593f423f573f543f593f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)