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 | 遜但但鱈 | 1001000110111011100100100100000110010010010000011001001001001100 | 91bb92419241924c |
EUC-JP | 遜但但鱈 | 1100001010111101110000111010001011000011101000101100001110101101 | c2bdc3a2c3a2c3ad |
UTF-8 | 遜但但鱈 | 111010011000000110011100111001001011110110000110111001001011110110000110111010011011000110001000 | e9819ce4bd86e4bd86e9b188 |
UHC | 遜但但? | 11100001111000011101001110100011110100111010001100111111 | e1e1d3a3d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)