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 | 傷羯肓羮シ | 100011111001110111100011101110011110001111101001111000111011110010111100 | 8f9de3b9e3e9e3bcbc |
EUC-JP | 傷羯肓羮シ | 10111101111111011110011010111011111001101110101111100110101111101000111010111100 | bdfde6bbe6ebe6be8ebc |
UTF-8 | 傷羯肓羮シ | 111001011000001010110111111001111011111010101111111010001000001010010011111001111011111010101110111011111011110110111100 | e582b7e7beafe88293e7beaeefbdbc |
UHC | 傷???? | 110111111011111100111111001111110011111100111111 | dfbf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)