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 | 奧??秧 | 100110101111101000111111001111111110001001011110 | 9afa3f3fe25e |
EUC-JP | 奧??秧 | 110101001111110000111111001111111110001110111111 | d4fc3f3fe3bf |
UTF-8 | 奧볥쓧秧 | 111001011010010110100111111010111011001110100101111011001001001110100111111001111010011110100111 | e5a5a7ebb3a5ec93a7e7a7a7 |
UHC | 奧볥쓧秧 | 1110011111110011100100111110101110011101100010001110010011101011 | e7f393eb9d88e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)