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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湛造捉鱈丹 | 10010010010110001001000110100010100100011010100010010010010011001001001001001111 | 925891a291a8924c924f |
EUC-JP | 湛造捉鱈丹 | 11000011101110011100001010100100110000101010101011000011101011011100001110110000 | c3b9c2a4c2aac3adc3b0 |
UTF-8 | 湛造捉鱈丹 | 111001101011100110011011111010011000000010100000111001101000110110001001111010011011000110001000111001001011100010111001 | e6b99be980a0e68d89e9b188e4b8b9 |
UHC | 湛造捉?丹 | 110100111100000011110000111000111111001110110101001111111101001110100001 | d3c0f0e3f3b53fd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)