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 | 張??齬?? | 1001001010100011001111110011111111101010100101110011111100111111 | 92a33f3fea973f3f |
EUC-JP | 張??齬?? | 1100010010100101001111110011111111110011111101110011111100111111 | c4a53f3ff3f73f3f |
UTF-8 | 張룬똼齬욐떏 | 111001011011110010110101111010111010001110101100111010111001100010111100111010011011110110101100111011001001101010010000111010111001011010001111 | e5bcb5eba3aceb98bce9bdacec9a90eb968f |
UHC | 張룬똼齬욐떏 | 111011011110010110110111111010011000110010000010111001011110000110011110111011101000101110100101 | ede5b7e98c82e5e19eee8ba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)