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 | 鬱?蔭 | 1001111101010100001111111000100011111100 | 9f543f88fc |
EUC-JP | 鬱?蔭 | 1101110110110101001111111011000011111110 | ddb53fb0fe |
UTF-8 | 鬱렠蔭 | 111010011010110010110001111010111010000010100000111010001001010010101101 | e9acb1eba0a0e894ad |
UHC | 鬱렠蔭 | 111010101010011010001110101100011110101111100011 | eaa68eb1ebe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)