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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬碑ォキ | 111010001010001110010100111010001010101110110111 | e8a394e8abb7 |
EUC-JP | 陬碑ォキ | 1111000010100101110010001110101010001110101010111000111010110111 | f0a5c8ea8eab8eb7 |
UTF-8 | 陬碑ォキ | 111010011001100110101100111001111010001010010001111011111011110110101011111011111011110110110111 | e999ace7a291efbdabefbdb7 |
UHC | ?碑?? | 0011111111011101111110000011111100111111 | 3fddf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)