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 | 驍牙ス | 1110100110000010100010011110010110111101 | e98289e5bd |
EUC-JP | 驍牙ス | 111100011110001010110010111001111000111010111101 | f1e2b2e78ebd |
UTF-8 | 驍牙ス | 111010011010100110001101111001111000100110011001111011111011110110111101 | e9a98de78999efbdbd |
UHC | 驍牙? | 1111110110100100111001001011001100111111 | fda4e4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)