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 | 嘆但湛蔵 | 1001001001010001100100100100000110010010010110001001000110100000 | 92519241925891a0 |
EUC-JP | 嘆但湛蔵 | 1100001110110010110000111010001011000011101110011100001010100010 | c3b2c3a2c3b9c2a2 |
UTF-8 | 嘆但湛蔵 | 111001011001100010000110111001001011110110000110111001101011100110011011111010001001010010110101 | e59886e4bd86e6b99be894b5 |
UHC | 嘆但湛? | 11110111101000111101001110100011110100111100000000111111 | f7a3d3a3d3c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)