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 | 葉??饒 | 100101110111010000111111001111111110100101100000 | 97743f3fe960 |
EUC-JP | 葉??饒 | 110011011101010100111111001111111111000111000001 | cdd53f3ff1c1 |
UTF-8 | 葉덃뻗饒 | 111010001001000110001001111010111000110110000011111010111011101110010111111010011010010110010010 | e89189eb8d83ebbb97e9a592 |
UHC | 葉덃뻗饒 | 1110011110101000100010001110011010111011101110001110100110101110 | e7a888e6bbb8e9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)