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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 園?}園?{^ | 100010011000000000111111011111011000100110000000001111110111101101011110 | 89803f7d89803f7b5e |
EUC-JP | 園?}園?{^ | 101100011110000000111111011111011011000111100000001111110111101101011110 | b1e03f7db1e03f7b5e |
UTF-8 | 園돋}園돋{^ | 111001011001110010010010111010111000111110001011011111011110010110011100100100101110101110001111100010110111101101011110 | e59c92eb8f8b7de59c92eb8f8b7b5e |
UHC | 園돋}園돋{^ | 1110101010101110101101011011100001111101111010101010111010110101101110000111101101011110 | eaaeb5b87deaaeb5b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)