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 | 驍ッ遞ョ謾ェ | 111010011000001010101111111001111010100010101110111001101001010010101010 | e982afe7a8aee694aa |
EUC-JP | 驍ッ遞ョ謾ェ | 111100011110001010001110101011111110111010101010100011101010111011101011111101001000111010101010 | f1e28eafeeaa8eaeebf48eaa |
UTF-8 | 驍ッ遞ョ謾ェ | 111010011010100110001101111011111011110110101111111010011000000110011110111011111011110110101110111010001010110010111110111011111011110110101010 | e9a98defbdafe9819eefbdaee8acbeefbdaa |
UHC | 驍?遞??? | 1111110110100100001111111111010011110110001111110011111100111111 | fda43ff4f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)