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 | 厄???筌 | 10010110111011110011111100111111001111111110001010100011 | 96ef3f3f3fe2a3 |
EUC-JP | 厄???筌 | 11001100111100010011111100111111001111111110010010100101 | ccf13f3f3fe4a5 |
UTF-8 | 厄닌덊뜏筌 | 111001011000111010000100111010111000101110001100111010111000110110001010111010111001110010001111111001111010110110001100 | e58e84eb8b8ceb8d8aeb9c8fe7ad8c |
UHC | 厄닌덊뜏筌 | 11100100111110001011010011010001100010001110110110001101100100101110111110100111 | e4f8b4d188ed8d92efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)