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 | 蕈¥住 | 111001001111110010000001100011111000111101011010 | e4fc818f8f5a |
EUC-JP | 蕈¥住 | 111010001111111010100001111011111011110110111011 | e8fea1efbdbb |
UTF-8 | 蕈¥住 | 111010001001010110001000111011111011111110100101111001001011110110001111 | e89588efbfa5e4bd8f |
UHC | ?¥住 | 0011111110100001110011011111000110101100 | 3fa1cdf1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)