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 | ???怡? | 001111110011111100111111100111000111110100111111 | 3f3f3f9c7d3f |
EUC-JP | ???怡? | 001111110011111100111111110101111101111000111111 | 3f3f3fd7de3f |
UTF-8 | 吳됰씤怡캛 | 111001011001000010110011111010111001000010110000111011001001010010100100111001101000000010100001111011001011101010011011 | e590b3eb90b0ec94a4e680a1ecba9b |
UHC | 吳됰씤怡캛 | 11100111111011111000100111101011100111011011100011101100101011101011000001000010 | e7ef89eb9db8ecaeb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)