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 | 蒻セ竅ソ | 111001001110100010111110111000101000000110111111 | e4e8bee281bf |
EUC-JP | 蒻セ竅ソ | 1110100011101010100011101011111011100011111000011000111010111111 | e8ea8ebee3e18ebf |
UTF-8 | 蒻セ竅ソ | 111010001001001010111011111011111011110110111110111001111010101110000101111011111011110110111111 | e892bbefbdbee7ab85efbdbf |
UHC | 蒻?竅? | 111001011011011000111111110100001010101100111111 | e5b63fd0ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)