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 | 襁帚博テ | 11100101111101001001101111100010100101001000111011000011 | e5f49be2948ec3 |
EUC-JP | 襁帚博テ | 1110101011110110110101101110010011000111111011101000111011000011 | eaf6d6e4c7ee8ec3 |
UTF-8 | 襁帚博テ | 111010001010010110000001111001011011100010011010111001011000110110011010111011111011111010000011 | e8a581e5b89ae58d9aefbe83 |
UHC | 襁?博? | 110010111011101000111111110110101100111100111111 | cbba3fdacf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)