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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???爾?? | 00111111001111110011111110001110101000100011111100111111 | 3f3f3f8ea23f3f |
EUC-JP | ???爾?? | 00111111001111110011111110111100101001000011111100111111 | 3f3f3fbca43f3f |
UTF-8 | 緣쏅퀬爾멱윲 | 111001111011011110100011111011001000111110000101111011011000000010101100111001111000100010111110111010111010100110110001111011001001110010110010 | e7b7a3ec8f85ed80ace788beeba9b1ec9cb2 |
UHC | 緣쏅퀬爾멱윲 | 111001101101111010011011111010111011001110100000111011001011001110111000111010001001111110101111 | e6de9bebb3a0ecb3b8e89faf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)