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 | 甌輸}甌輸{^ | 1110000101001101100101110100000101111101111000010100110110010111010000010111101101011110 | e14d97417de14d97417b5e |
EUC-JP | 甌輸}甌輸{^ | 1110000110101110110011011010001001111101111000011010111011001101101000100111101101011110 | e1aecda27de1aecda27b5e |
UTF-8 | 甌輸}甌輸{^ | 111001111001010010001100111010001011110010111000011111011110011110010100100011001110100010111100101110000111101101011110 | e7948ce8bcb87de7948ce8bcb87b5e |
UHC | ?輸}?輸{^ | 001111111110001011000011011111010011111111100010110000110111101101011110 | 3fe2c37d3fe2c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)