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 | 祭??葛 | 100011011101010100111111001111111000101010001011 | 8dd53f3f8a8b |
EUC-JP | 祭??葛 | 101110101101011100111111001111111011001111101011 | bad73f3fb3eb |
UTF-8 | 祭흖렮葛 | 111001111010010110101101111011011001110110010110111010111010000010101110111010001001000110011011 | e7a5aded9d96eba0aee8919b |
UHC | 祭흖렮葛 | 1111000010101110110010001110100010001110101110111100101011100111 | f0aec8e88ebbcae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)