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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陰ъ?陰ъ?^ | 1000100101000001100001001000110000111111100010010100000110000100100011000011111101011110 | 8941848c3f8941848c3f5e |
EUC-JP | 陰ъ?陰ъ?^ | 1011000110100010101001111110110000111111101100011010001010100111111011000011111101011110 | b1a2a7ec3fb1a2a7ec3f5e |
UTF-8 | 陰ъ꽔陰ъ꽔^ | 1110100110011001101100001101000110001010111010101011110110010100111010011001100110110000110100011000101011101010101111011001010001011110 | e999b0d18aeabd94e999b0d18aeabd945e |
UHC | 陰ъ꽔陰ъ꽔^ | 11101011111001001010110011101100100001001010001111101011111001001010110011101100100001001010001101011110 | ebe4acec84a3ebe4acec84a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)