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 | 但担造単 | 1001001001000001100100100101001110010001101000101001001001010000 | 9241925391a29250 |
EUC-JP | 但担造単 | 1100001110100010110000111011010011000010101001001100001110110001 | c3a2c3b4c2a4c3b1 |
UTF-8 | 但担造単 | 111001001011110110000110111001101000101110000101111010011000000010100000111001011000110110011000 | e4bd86e68b85e980a0e58d98 |
UHC | 但?造? | 110100111010001100111111111100001110001100111111 | d3a33ff0e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)