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 | 樵ノ釈汐 | 10001111101111111100100110001110110111111000111010101100 | 8fbfc98edf8eac |
EUC-JP | 樵ノ釈汐 | 1011111011000001100011101100100110111100111000011011110010101110 | bec18ec9bce1bcae |
UTF-8 | 樵ノ釈汐 | 111001101010100010110101111011111011111010001001111010011000011110001000111001101011000110010000 | e6a8b5efbe89e98788e6b190 |
UHC | 樵??汐 | 111101011010001100111111001111111110000010110001 | f5a33f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)