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 | 蜉セ竅ソ | 111001011000101010111110111000101000000110111111 | e58abee281bf |
EUC-JP | 蜉セ竅ソ | 1110100111101010100011101011111011100011111000011000111010111111 | e9ea8ebee3e18ebf |
UTF-8 | 蜉セ竅ソ | 111010001001110010001001111011111011110110111110111001111010101110000101111011111011110110111111 | e89c89efbdbee7ab85efbdbf |
UHC | ??竅? | 0011111100111111110100001010101100111111 | 3f3fd0ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)