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 | 閹企ァェ | 111010001000011010001010111010011010011110101010 | e8868ae9a7aa |
EUC-JP | 閹企ァェ | 1110111111100110101101001110101110001110101001111000111010101010 | efe6b4eb8ea78eaa |
UTF-8 | 閹企ァェ | 111010011001011010111001111001001011110010000001111011111011110110100111111011111011110110101010 | e996b9e4bc81efbda7efbdaa |
UHC | ?企?? | 0011111111010000111010100011111100111111 | 3fd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)