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 | 薀羝蜉疣 | 1110010101000100111000111011011011100101100010101110000101101110 | e544e3b6e58ae16e |
EUC-JP | 薀羝蜉疣 | 1110100110100101111001101011100011101001111010101110000111001111 | e9a5e6b8e9eae1cf |
UTF-8 | 薀羝蜉疣 | 111010001001011010000000111001111011111010011101111010001001110010001001111001111001011010100011 | e89680e7be9de89c89e796a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)