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 | 驍ッ遞ョ蛛エ | 111010011000001010101111111001111010100010101110111001011000000110110100 | e982afe7a8aee581b4 |
EUC-JP | 驍ッ遞ョ蛛エ | 111100011110001010001110101011111110111010101010100011101010111011101001111000011000111010110100 | f1e28eafeeaa8eaee9e18eb4 |
UTF-8 | 驍ッ遞ョ蛛エ | 111010011010100110001101111011111011110110101111111010011000000110011110111011111011110110101110111010001001101110011011111011111011110110110100 | e9a98defbdafe9819eefbdaee89b9befbdb4 |
UHC | 驍?遞?蛛? | 111111011010010000111111111101001111011000111111111100011100100000111111 | fda43ff4f63ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)