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 | 癲ъ?癲ъ?^ | 1110000110011111100001001000110000111111111000011001111110000100100011000011111101011110 | e19f848c3fe19f848c3f5e |
EUC-JP | 癲ъ?癲ъ?^ | 1110001010100001101001111110110000111111111000101010000110100111111011000011111101011110 | e2a1a7ec3fe2a1a7ec3f5e |
UTF-8 | 癲ъ쵌癲ъ쵌^ | 1110011110011001101100101101000110001010111011001011010110001100111001111001100110110010110100011000101011101100101101011000110001011110 | e799b2d18aecb58ce799b2d18aecb58c5e |
UHC | 癲ъ쵌癲ъ쵌^ | 11101111101001101010110011101100101011001000111011101111101001101010110011101100101011001000111001011110 | efa6acecac8eefa6acecac8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)