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 | 但樽辰狸 | 1001001001000001100100100100110110010010010000111001001001001011 | 9241924d9243924b |
EUC-JP | 但樽辰狸 | 1100001110100010110000111010111011000011101001001100001110101100 | c3a2c3aec3a4c3ac |
UTF-8 | 但樽辰狸 | 111001001011110110000110111001101010100010111101111010001011111010110000111001111000101110111000 | e4bd86e6a8bde8beb0e78bb8 |
UHC | 但樽辰狸 | 1101001110100011111100011101110011110010111000111101011111100001 | d3a3f1dcf2e3d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)