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 | ??驗? | 0011111100111111111010011000010000111111 | 3f3fe9843f |
EUC-JP | ??驗? | 0011111100111111111100011110010000111111 | 3f3ff1e43f |
UTF-8 | 먏먩驗먏 | 111010111010100010001111111010111010100010101001111010011010100110010111111010111010100010001111 | eba88feba8a9e9a997eba88f |
UHC | 먏먩驗먏 | 1001000011001101100100001110011011111010110100001001000011001101 | 90cd90e6fad090cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)