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 | ??’? | 0011111100111111100000010110011000111111 | 3f3f81663f |
EUC-JP | ??’? | 0011111100111111101000011100011100111111 | 3f3fa1c73f |
UTF-8 | 溜잏’溜 | 111011111010011110001011111011001001111010001111111000101000000010011001111011111010011110001011 | efa78bec9e8fe28099efa78b |
UHC | 溜잏’溜 | 1110101011111110100111111110011110100001101011111110101011111110 | eafe9fe7a1afeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)