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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱榻シ塚 | 11101000101010101001111011001110101111001111101010011100 | e8aa9ecebcfa9c |
EUC-JP | 隱榻シ? | 11110000101011001101110011010000100011101011110000111111 | f0acdcd08ebc3f |
UTF-8 | 隱榻シ塚 | 111010011001101010110001111001101010011010111011111011111011110110111100111011111010100010010000 | e99ab1e6a6bbefbdbcefa890 |
UHC | 隱榻?? | 111010111101111111110111101101000011111100111111 | ebdff7b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)