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 | 銜。驕ョ? | 11100111111100001010000111101001100000011010111000111111 | e7f0a1e981ae3f |
EUC-JP | 銜。驕ョ訵 | 1110111011110010100011101010000111110001111000011000111010101110100011111101110111010011 | eef28ea1f1e18eae8fddd3 |
UTF-8 | 銜。驕ョ訵 | 111010011000101010011100111011111011110110100001111010011010100110010101111011111011110110101110111010001010100010110101 | e98a9cefbda1e9a995efbdaee8a8b5 |
UHC | 銜?驕?? | 11111001111001110011111111001110111101100011111100111111 | f9e73fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)