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 | ??腋?? | 001111110011111111100011111111000011111100111111 | 3f3fe3fc3f3f |
EUC-JP | ??腋?? | 001111110011111111100110111111100011111100111111 | 3f3fe6fe3f3f |
UTF-8 | 緣푈腋껆슰 | 111001111011011110100011111011011001000110001000111010001000010110001011111010101011101110000110111011001000101010110000 | e7b7a3ed9188e8858beabb86ec8ab0 |
UHC | 緣푈腋껆슰 | 11100110110111101011111001001111111001001111110110000011111001111001101010110111 | e6debe4fe4fd83e79ab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)