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 | 只陌??儀 | 1001000111111100111010001001100100111111001111111000101101010110 | 91fce8993f3f8b56 |
EUC-JP | 只陌??儀 | 1100001011111110111011111111100100111111001111111011010110110111 | c2feeff93f3fb5b7 |
UTF-8 | 只陌렒렖儀 | 111001011000111110101010111010011001100110001100111010111010000010010010111010111010000010010110111001011000010010000000 | e58faae9998ceba092eba096e58480 |
UHC | 只陌렒렖儀 | 11110001111111101101100011101000100011101010011110001110101010111110101111110000 | f1fed8e88ea78eabebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)