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 | ??繒? | 0011111100111111111110111000111100111111 | 3f3ffb8f3f |
EUC-JP | ??繒? | 001111110011111110001111110101001101010000111111 | 3f3f8fd4d43f |
UTF-8 | 林렱繒렰 | 111011111010011110110100111010111010000010110001111001111011100110010010111010111010000010110000 | efa7b4eba0b1e7b992eba0b0 |
UHC | 林렱繒렰 | 1110110011110111100011101011111011110001111110011000111010111101 | ecf78ebef1f98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)