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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰ィ蜈堤崟 | 111010001010110010101000111001011000010110010010111001111001101110111110 | e8aca8e58592e79bbe |
EUC-JP | 隰ィ蜈堤崟 | 11110000101011101000111010101000111010011110010111000100111010011101011011000000 | f0ae8ea8e9e5c4e9d6c0 |
UTF-8 | 隰ィ蜈堤崟 | 111010011001101010110000111011111011110110101000111010001001110010001000111001011010000010100100111001011011010010011111 | e99ab0efbda8e89c88e5a0a4e5b49f |
UHC | ??蜈堤? | 00111111001111111110100010100101111100001010011100111111 | 3f3fe8a5f0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)