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 | 窘矜}窘矜{^ | 1110001001111010111000011110000001111101111000100111101011100001111000000111101101011110 | e27ae1e07de27ae1e07b5e |
EUC-JP | 窘矜}窘矜{^ | 1110001111011011111000101110001001111101111000111101101111100010111000100111101101011110 | e3dbe2e27de3dbe2e27b5e |
UTF-8 | 窘矜}窘矜{^ | 111001111010101010011000111001111001111110011100011111011110011110101010100110001110011110011111100111000111101101011110 | e7aa98e79f9c7de7aa98e79f9c7b5e |
UHC | 窘矜}窘矜{^ | 1100111111010111110100001110100001111101110011111101011111010000111010000111101101011110 | cfd7d0e87dcfd7d0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)