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 | 胄よ迂瑩よ | 11100011111100101000001011100110100010010100100111100000111100001000001011100110 | e3f282e68949e0f082e6 |
EUC-JP | 胄よ迂瑩よ | 11100110111101001010010011101000101100011010101011100000111100101010010011101000 | e6f4a4e8b1aae0f2a4e8 |
UTF-8 | 胄よ迂瑩よ | 111010001000001110000100111000111000001010001000111010001011111110000010111001111001000110101001111000111000001010001000 | e88384e38288e8bf82e791a9e38288 |
UHC | 胄よ迂瑩よ | 11110001101100001010101011101000111010011110011011111011101010011010101011101000 | f1b0aae8e9e6fba9aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)