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 | ⅱニ酲葢 | 11111010010000011100011011100111110010011110010011100010 | fa41c6e7c9e4e2 |
EUC-JP | ?ニ酲葢 | 00111111100011101100011011101110110010111110100011100100 | 3f8ec6eecbe8e4 |
UTF-8 | ⅱニ酲葢 | 111000101000010110110001111011111011111010000110111010011000010110110010111010001001000110100010 | e285b1efbe86e985b2e891a2 |
UHC | ⅱ??? | 1010010110100010001111110011111100111111 | a5a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)