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 | 應??銀 | 100111001110010000111111001111111000101111100010 | 9ce43f3f8be2 |
EUC-JP | 應??銀 | 110110001110011000111111001111111011011011100100 | d8e63f3fb6e4 |
UTF-8 | 應앯릟銀 | 111001101000011110001001111011001001010110101111111010111010011010011111111010011000101010000000 | e68789ec95afeba69fe98a80 |
UHC | 應앯릟銀 | 1110101111101011100111011110011110010000100000011110101111011110 | ebeb9de79081ebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)