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 | 弛??檍?? | 1001001001101111001111110011111110011110111110000011111100111111 | 926f3f3f9ef83f3f |
EUC-JP | 弛??檍?? | 1100001111010000001111110011111111011100111110100011111100111111 | c3d03f3fdcfa3f3f |
UTF-8 | 弛블율檍곁웩 | 111001011011110010011011111010111011100010010100111011001001110010101000111001101010101010001101111010101011001110000001111011001001101110101001 | e5bc9bebb894ec9ca8e6aa8deab381ec9ba9 |
UHC | 弛블율檍곁웩 | 111011001010110010111010111011011100000010110010111001011110010110110000111001111100000010100001 | ecacbaedc0b2e5e5b0e7c0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)