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 | 胄よ迂瑩 | 1110001111110010100000101110011010001001010010011110000011110000 | e3f282e68949e0f0 |
EUC-JP | 胄よ迂瑩 | 1110011011110100101001001110100010110001101010101110000011110010 | e6f4a4e8b1aae0f2 |
UTF-8 | 胄よ迂瑩 | 111010001000001110000100111000111000001010001000111010001011111110000010111001111001000110101001 | e88384e38288e8bf82e791a9 |
UHC | 胄よ迂瑩 | 1111000110110000101010101110100011101001111001101111101110101001 | f1b0aae8e9e6fba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)