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 | 當甃}當甃{^ | 1110000101100011111000010100101101111101111000010110001111100001010010110111101101011110 | e163e14b7de163e14b7b5e |
EUC-JP | 當甃}當甃{^ | 1110000111000100111000011010110001111101111000011100010011100001101011000111101101011110 | e1c4e1ac7de1c4e1ac7b5e |
UTF-8 | 當甃}當甃{^ | 111001111001010110110110111001111001010010000011011111011110011110010101101101101110011110010100100000110111101101011110 | e795b6e794837de795b6e794837b5e |
UHC | 當?}當?{^ | 110100111101011100111111011111011101001111010111001111110111101101011110 | d3d73f7dd3d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)