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 | 胄ユ化蓖 | 1110001111110010100000111000011010001001101110111110010011101101 | e3f2838689bbe4ed |
EUC-JP | 胄ユ化蓖 | 1110011011110100101001011110011010110010101111011110100011101111 | e6f4a5e6b2bde8ef |
UTF-8 | 胄ユ化蓖 | 111010001000001110000100111000111000001110100110111001011000110010010110111010001001001110010110 | e88384e383a6e58c96e89396 |
UHC | 胄ユ化? | 11110001101100001010101111100110111110111111100100111111 | f1b0abe6fbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)