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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 吳밭뜽吳밭뜽^ | 11100101100100001011001111101011101100001010110111101011100111001011110111100101100100001011001111101011101100001010110111101011100111001011110101011110 | e590b3ebb0adeb9cbde590b3ebb0adeb9cbd5e |
UHC | 吳밭뜽吳밭뜽^ | 11100111111011111011100111100111100011011011100011100111111011111011100111100111100011011011100001011110 | e7efb9e78db8e7efb9e78db85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)