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 | 譚セ郞 | 1110011010011101101111101111101110110110 | e69dbefbb6 |
EUC-JP | 譚セ? | 1110101111111101100011101011111000111111 | ebfd8ebe3f |
UTF-8 | 譚セ郞 | 111010001010110110011010111011111011110110111110111010011000001110011110 | e8ad9aefbdbee9839e |
UHC | 譚?郞 | 1101001111001001001111111101010111001101 | d3c93fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)