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 | 箋??淹?? | 1110001010110011001111110011111110011111101110010011111100111111 | e2b33f3f9fb93f3f |
EUC-JP | 箋??淹?? | 1110010010110101001111110011111111011110101110110011111100111111 | e4b53f3fdebb3f3f |
UTF-8 | 箋덈젧淹곗갖 | 111001111010111010001011111010111000110110001000111011001010000010100111111001101011011110111001111010101011001110010111111010101011000010010110 | e7ae8beb8d88eca0a7e6b7b9eab397eab096 |
UHC | 箋덈젧淹곗갖 | 111011111010100010001000111010111010000010011111111001011111010010110000111011001011000010101110 | efa888eba09fe5f4b0ecb0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)