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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧덈떦梨삣뜄 | 111001111010011110100111111010111000110110001000111010111001011010100110111011111010011110100010111011001000001010100011111010111001110010000100 | e7a7a7eb8d88eb96a6efa7a2ec82a3eb9c84 |
UHC | 秧덈떦梨삣뜄 | 111001001110101110001000111010111000101110111001111011001011000110111011111001011000110110001000 | e4eb88eb8bb9ecb1bbe58d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)