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 | ???爾 | 0011111100111111001111111000111010100010 | 3f3f3f8ea2 |
EUC-JP | ???爾 | 0011111100111111001111111011110010100100 | 3f3f3fbca4 |
UTF-8 | 曆뱀띂爾 | 111011111010011010001011111010111011000110000000111010111001110110000010111001111000100010111110 | efa68bebb180eb9d82e788be |
UHC | 曆뱀띂爾 | 1110011010110111101110011110110010001101101111011110110010110011 | e6b7b9ec8dbdecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)