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 | 胄壕迂胱 | 1110001111110010100011011000100010001001010010011110001111110111 | e3f28d888949e3f7 |
EUC-JP | 胄壕迂胱 | 1110011011110100101110011110100010110001101010101110011011111001 | e6f4b9e8b1aae6f9 |
UTF-8 | 胄壕迂胱 | 111010001000001110000100111001011010001110010101111010001011111110000010111010001000001110110001 | e88384e5a395e8bf82e883b1 |
UHC | 胄壕迂胱 | 1111000110110000111110111011110111101001111001101100111011001101 | f1b0fbbde9e6cecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)