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 | 11100110101101101000110001010000011111010101100111100110101101101000110001010000011111010110001001000101 | e6b68c507d59e6b68c507d6245 |
EUC-JP | 豸訓}Y豸訓}bE | 11101100101110001011011110110001011111010101100111101100101110001011011110110001011111010110001001000101 | ecb8b7b17d59ecb8b7b17d6245 |
UTF-8 | 豸訓}Y豸訓}bE | 1110100010110001101110001110100010101000100100110111110101011001111010001011000110111000111010001010100010010011011111010110001001000101 | e8b1b8e8a8937d59e8b1b8e8a8937d6245 |
UHC | ?訓}Y?訓}bE | 0011111111111101101110100111110101011001001111111111110110111010011111010110001001000101 | 3ffdba7d593ffdba7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)