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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍逸抄蓖耶 | 11101000101101001000100011101101100011111011010011100100111011011001011011101011 | e8b488ed8fb4e4ed96eb |
EUC-JP | 雍逸抄蓖耶 | 11110000101101101011000011101111101111101011011011101000111011111100110011101101 | f0b6b0efbeb6e8efcced |
UTF-8 | 雍逸抄蓖耶 | 111010011001101110001101111010011000000010111000111001101000101010000100111010001001001110010110111010001000000010110110 | e99b8de980b8e68a84e89396e880b6 |
UHC | 雍逸抄?耶 | 111010001011110011101100111011111111010011111100001111111110010110101101 | e8bceceff4fc3fe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)