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 | 永g?? | 100010010110100110000010100001110011111100111111 | 896982873f3f |
EUC-JP | 永g?? | 101100011100101010100011111001110011111100111111 | b1caa3e73f3f |
UTF-8 | 永g엮廉 | 111001101011000010111000111011111011110110000111111011001001011110101110111011111010011010100010 | e6b0b8efbd87ec97aeefa6a2 |
UHC | 永g엮廉 | 1110011110110101101000111110011110111111101010111110011011110101 | e7b5a3e7bfabe6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)