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 | 偲、葭瑩サ璽 | 10001110110000111010010011100100110100011110000011110000101110111000111010100011 | 8ec3a4e4d1e0f0bb8ea3 |
EUC-JP | 偲、葭瑩サ璽 | 101111001100010110001110101001001110100011010011111000001111001010001110101110111011110010100101 | bcc58ea4e8d3e0f28ebbbca5 |
UTF-8 | 偲、葭瑩サ璽 | 111001011000000110110010111011111011110110100100111010001001000110101101111001111001000110101001111011111011110110111011111001111001001010111101 | e581b2efbda4e891ade791a9efbdbbe792bd |
UHC | ???瑩?璽 | 0011111100111111001111111111101110101001001111111101111111011110 | 3f3f3ffba93fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)