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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 俄??俄? | 10001001111000100011111100111111100010011110001000111111 | 89e23f3f89e23f |
EUC-JP | 俄??俄? | 10110010111001000011111100111111101100101110010000111111 | b2e43f3fb2e43f |
UTF-8 | 俄듸슁俄듸 | 111001001011111110000100111010111001001110111000111011001000101010000001111001001011111110000100111010111001001110111000 | e4bf84eb93b8ec8a81e4bf84eb93b8 |
UHC | 俄듸슁俄듸 | 11100100101011011011010111101111101111011011001111100100101011011011010111101111 | e4adb5efbdb3e4adb5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)