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 | ?守}?守{^ | 001111111000111011100111011111010011111110001110111001110111101101011110 | 3f8ee77d3f8ee77b5e |
EUC-JP | ?守}?守{^ | 001111111011110011101001011111010011111110111100111010010111101101011110 | 3fbce97d3fbce97b5e |
UTF-8 | 璉守}璉守{^ | 111011111010011010010100111001011010111010001000011111011110111110100110100101001110010110101110100010000111101101011110 | efa694e5ae887defa694e5ae887b5e |
UHC | 璉守}璉守{^ | 1110011011011001111000011111101001111101111001101101100111100001111110100111101101011110 | e6d9e1fa7de6d9e1fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)