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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 鞘躡鞘軛E | 10001111111000101111001111000010111001110101100110001111111000101111001111000010111001110110001001000101 | 8fe2f3c2e7598fe2f3c2e76245 |
EUC-JP | 鞘?躡鞘?軛E | 1011111011100100001111111110110110111010101111101110010000111111111011011100001101000101 | bee43fedbabee43fedc345 |
UTF-8 | 鞘躡鞘軛E | 11101001100111101001100011101110100010101011010111101000101110101010000111101001100111101001100011101110100010101011010111101000101110111001101101000101 | e99e98ee8ab5e8baa1e99e98ee8ab5e8bb9b45 |
UHC | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)