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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 齧?}Y齧?}bE | 1110101010010110001111110111110101011001111010101001011000111111011111010110001001000101 | ea963f7d59ea963f7d6245 |
EUC-JP | 齧?}Y齧?}bE | 1111001111110110001111110111110101011001111100111111011000111111011111010110001001000101 | f3f63f7d59f3f63f7d6245 |
UTF-8 | 齧尙}Y齧尙}bE | 1110100110111101101001111110010110110000100110010111110101011001111010011011110110100111111001011011000010011001011111010110001001000101 | e9bda7e5b0997d59e9bda7e5b0997d6245 |
UHC | 齧尙}Y齧尙}bE | 11100000111001011101111111000110011111010101100111100000111001011101111111000110011111010110001001000101 | e0e5dfc67d59e0e5dfc67d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)