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 | 達鱈但担 | 1001001001000010100100100100110010010010010000011001001001010011 | 9242924c92419253 |
EUC-JP | 達鱈但担 | 1100001110100011110000111010110111000011101000101100001110110100 | c3a3c3adc3a2c3b4 |
UTF-8 | 達鱈但担 | 111010011000000110010100111010011011000110001000111001001011110110000110111001101000101110000101 | e98194e9b188e4bd86e68b85 |
UHC | 達?但? | 110100111011100100111111110100111010001100111111 | d3b93fd3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)