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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪而 | 100011101101011111110010111001111000111010100111 | 8ed7f2e78ea7 |
EUC-JP | 邪?而 | 1011110011011001001111111011110010101001 | bcd93fbca9 |
UTF-8 | 邪而 | 111010011000001010101010111011101000100010011110111010001000000010001100 | e982aaee889ee8808c |
UHC | 邪?而 | 1101111011110111001111111110110010111011 | def73fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)