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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶咏甥蜚ア | 111010001010111010011001111001111000100110011001111001011001010010110001 | e8ae99e78999e594b1 |
EUC-JP | 隶咏甥蜚ア | 11110000101100001101001011101001101100011111100111101001111101001000111010110001 | f0b0d2e9b1f9e9f48eb1 |
UTF-8 | 隶咏甥蜚ア | 111010011001101010110110111001011001001010001111111001111001010010100101111010001001110010011010111011111011110110110001 | e99ab6e5928fe794a5e89c9aefbdb1 |
UHC | ??甥蜚? | 00111111001111111101111111100111110111101010010000111111 | 3f3fdfe7dea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)