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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 邪邪^ | 10001110110101111111000011010000111100111101111010001110110101111111000011010000111100111101110001011110 | 8ed7f0d0f3de8ed7f0d0f3dc5e |
EUC-JP | 邪??邪??^ | 101111001101100100111111001111111011110011011001001111110011111101011110 | bcd93f3fbcd93f3f5e |
UTF-8 | 邪邪^ | 11101001100000101010101011101110100000101000111111101110100010111001000111101001100000101010101011101110100000101000111111101110100010111000111101011110 | e982aaee828fee8b91e982aaee828fee8b8f5e |
UHC | 邪??邪??^ | 110111101111011100111111001111111101111011110111001111110011111101011110 | def73f3fdef73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)