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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閧帙Ν繧幄・ | 1110100010000010100110111110001110000011101010111110001110000010100110111110100010100101 | e8829be383abe3829be8a5 |
EUC-JP | 閧帙Ν繧幄・ | 111011111110001011010110111001011010011010101101111001011110001011010110111010101000111010100101 | efe2d6e5a6ade5e2d6ea8ea5 |
UTF-8 | 閧帙Ν繧幄・ | 1110100110010110101001111110010110111000100110011100111010011101111001111011100110100111111001011011100110000100111011111011110110100101 | e996a7e5b899ce9de7b9a7e5b984efbda5 |
UHC | ?帙Ν?幄? | 001111111111001011101101101001011100110100111111111001001100000100111111 | 3ff2eda5cd3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)