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 | 驥鯉ス | 1110100110000111100011001110111110111101 | e9878cefbd |
EUC-JP | 驥鯉ス | 111100011110011110111000111100011000111010111101 | f1e7b8f18ebd |
UTF-8 | 驥鯉ス | 111010011010100110100101111010011010111110001001111011111011110110111101 | e9a9a5e9af89efbdbd |
UHC | 驥鯉? | 1101000111001010110101111110111100111111 | d1cad7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)