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 | ンコ霙ホ | 1101110110111010111010001100001011001110 | ddbae8c2ce |
EUC-JP | ンコ霙ホ | 1000111011011101100011101011101011110000110001001000111011001110 | 8edd8ebaf0c48ece |
UTF-8 | ンコ霙ホ | 111011111011111010011101111011111011110110111010111010011001110010011001111011111011111010001110 | efbe9defbdbae99c99efbe8e |
UHC | ??霙? | 0011111100111111111001111100111000111111 | 3f3fe7ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)