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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 俄??俄?? | 1000100111100010001111110011111110001001111000100011111100111111 | 89e23f3f89e23f3f |
EUC-JP | 俄??俄?? | 1011001011100100001111110011111110110010111001000011111100111111 | b2e43f3fb2e43f3f |
UTF-8 | 俄듸슁俄든눔 | 111001001011111110000100111010111001001110111000111011001000101010000001111001001011111110000100111010111001001110100000111010111000100010010100 | e4bf84eb93b8ec8a81e4bf84eb93a0eb8894 |
UHC | 俄듸슁俄든눔 | 111001001010110110110101111011111011110110110011111001001010110110110101111001111011010010101110 | e4adb5efbdb3e4adb5e7b4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)