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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俄?? | 10001001111000100011111100111111 | 89e23f3f |
EUC-JP | 俄?? | 10110010111001000011111100111111 | b2e43f3f |
UTF-8 | 俄듸쉘 | 111001001011111110000100111010111001001110111000111011001000100110011000 | e4bf84eb93b8ec8998 |
UHC | 俄듸쉘 | 111001001010110110110101111011111011110110101001 | e4adb5efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)