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 | 譚櫁オキ彧ャ | 111001101001110110011110111010001011010110110111111110101011100110101100 | e69d9ee8b5b7fab9ac |
EUC-JP | 譚櫁オキ彧ャ | 11101011111111011101110011101010100011101011010110001110101101111000111110111100111111101000111010101100 | ebfddcea8eb58eb78fbcfe8eac |
UTF-8 | 譚櫁オキ彧ャ | 111010001010110110011010111001101010101110000001111011111011110110110101111011111011110110110111111001011011110110100111111011111011110110101100 | e8ad9ae6ab81efbdb5efbdb7e5bda7efbdac |
UHC | 譚???彧? | 1101001111001001001111110011111100111111111010011110111000111111 | d3c93f3f3fe9ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)