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 | 趺セ謔画竢 | 111001101110010110111110111001101000001010001001111001101110001010001111 | e6e5bee68289e6e28f |
EUC-JP | 趺セ謔画竢 | 11101100111001111000111010111110111010111110001010110010111010001110001111101111 | ece78ebeebe2b2e8e3ef |
UTF-8 | 趺セ謔画竢 | 111010001011011010111010111011111011110110111110111010001010110010010100111001111001010010111011111001111010101110100010 | e8b6baefbdbee8ac94e794bbe7aba2 |
UHC | 趺?謔?? | 11011101101110100011111111111001110011000011111100111111 | ddba3ff9cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)