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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???亥? | 001111110011111100111111100010001110010100111111 | 3f3f3f88e53f |
EUC-JP | ???亥? | 001111110011111100111111101100001110011100111111 | 3f3f3fb0e73f |
UTF-8 | 吳됱옓亥랃 | 111001011001000010110011111010111001000010110001111011001001100010010011111001001011101010100101111010111001111010000011 | e590b3eb90b1ec9893e4baa5eb9e83 |
UHC | 吳됱옓亥랃 | 11100111111011111000100111101100100111101001100111111010101001001000110111101111 | e7ef89ec9e99faa48def |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)