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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???儀 | 0011111100111111001111111000101101010110 | 3f3f3f8b56 |
EUC-JP | ???儀 | 0011111100111111001111111011010110110111 | 3f3f3fb5b7 |
UTF-8 | 溜딅젦儀 | 111011111010011110001011111010111001010010000101111011001010000010100110111001011000010010000000 | efa78beb9485eca0a6e58480 |
UHC | 溜딅젦儀 | 1110101011111110100010101110101110100000100111101110101111110000 | eafe8aeba09eebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)