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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?驗? | 00111111111010011000010000111111 | 3fe9843f |
EUC-JP | ?驗? | 00111111111100011110010000111111 | 3ff1e43f |
UTF-8 | 먏驗멞 | 111010111010100010001111111010011010100110010111111010111010100110011110 | eba88fe9a997eba99e |
UHC | 먏驗멞 | 100100001100110111111010110100001001000101001110 | 90cdfad0914e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)