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 | ??沼芯 | 001111110011111110001111110000001001000001100011 | 3f3f8fc09063 |
EUC-JP | ??沼芯 | 001111110011111110111110110000101011111111000100 | 3f3fbec2bfc4 |
UTF-8 | 쑺섔沼芯 | 111011001001000110111010111011001000010010010100111001101011001010111100111010001000101010101111 | ec91baec8494e6b2bce88aaf |
UHC | 쑺섔沼芯 | 1001110011010010100110001111000011100001101110111110010010100101 | 9cd298f0e1bbe4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)