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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 邊ュh邊 | 111001111011001010101101011010001110011110110010 | e7b2ad68e7b2 |
EUC-JP | 邊ュh邊 | 11101110101101001000111010101101011010001110111010110100 | eeb48ead68eeb4 |
UTF-8 | 邊ュh邊 | 11101001100000101000101011101111101111011010110101101000111010011000001010001010 | e9828aefbdad68e9828a |
UHC | 邊?h邊 | 110111001010101100111111011010001101110010101011 | dcab3f68dcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)