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 | 秧??宥?? | 1110001001011110001111110011111110010111010001110011111100111111 | e25e3f3f97473f3f |
EUC-JP | 秧??宥?? | 1110001110111111001111110011111111001101101010000011111100111111 | e3bf3f3fcda83f3f |
UTF-8 | 秧덈똻宥뽭윹 | 111001111010011110100111111010111000110110001000111010111001100010111011111001011010111010100101111010111011110110101101111011001001110010111001 | e7a7a7eb8d88eb98bbe5aea5ebbdadec9cb9 |
UHC | 秧덈똻宥뽭윹 | 111001001110101110001000111010111000110010000001111010101110100110010110111010011001111110110011 | e4eb88eb8c81eae996e99fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)