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 | 縡?疑?儀 | 1110001101110001001111111000101101011110001111111000101101010110 | e3713f8b5e3f8b56 |
EUC-JP | 縡?疑?儀 | 1110010111010010001111111011010110111111001111111011010110110111 | e5d23fb5bf3fb5b7 |
UTF-8 | 縡렕疑렑儀 | 111001111011100010100001111010111010000010010101111001111001011010010001111010111010000010010001111001011000010010000000 | e7b8a1eba095e79691eba091e58480 |
UHC | 縡렕疑렑儀 | 11101110101011011000111010101010111010111111011110001110101001101110101111110000 | eead8eaaebf78ea6ebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)