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 | ??液? | 0011111100111111100010010111010000111111 | 3f3f89743f |
EUC-JP | ??液? | 0011111100111111101100011101010100111111 | 3f3fb1d53f |
UTF-8 | 뤵樂液잠 | 111010111010010010110101111011111010010110011100111001101011011010110010111011001001111010100000 | eba4b5efa59ce6b6b2ec9ea0 |
UHC | 뤵樂液잠 | 1000111111100011110101011010010111100100111110111100000011100001 | 8fe3d5a5e4fbc0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)