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 | 皋矜}皋矜{^ | 1110000110100110111000011110000001111101111000011010011011100001111000000111101101011110 | e1a6e1e07de1a6e1e07b5e |
EUC-JP | 皋矜}皋矜{^ | 1110001010101000111000101110001001111101111000101010100011100010111000100111101101011110 | e2a8e2e27de2a8e2e27b5e |
UTF-8 | 皋矜}皋矜{^ | 111001111001101010001011111001111001111110011100011111011110011110011010100010111110011110011111100111000111101101011110 | e79a8be79f9c7de79a8be79f9c7b5e |
UHC | ?矜}?矜{^ | 001111111101000011101000011111010011111111010000111010000111101101011110 | 3fd0e87d3fd0e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)