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 | 逡誤赴 | 111001111001010110001100111010111001010110001011 | e7958ceb958b |
EUC-JP | 逡誤赴 | 111011011111010110111000111011011100100111101011 | edf5b8edc9eb |
UTF-8 | 逡誤赴 | 111010011000000010100001111010001010101010100100111010001011010110110100 | e980a1e8aaa4e8b5b4 |
UHC | 逡誤赴 | 111100011110010011101000101001101101110110111001 | f1e4e8a6ddb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)