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 | û°ç°] | 11111011101100001000100111100111101100001001000101011101 | fbb089e7b0915d |
SJIS-WIN | ?°??°?] | 001111111000000110001011001111110011111110000001100010110011111101011101 | 3f818b3f3f818b3f5d |
EUC-JP | û°?ç°?] | 10001111101010111110010110100001111010110011111110001111101010111010111010100001111010110011111101011101 | 8fabe5a1eb3f8fabaea1eb3f5d |
UTF-8 | û°ç°] | 11000011101110111100001010110000110000101000100111000011101001111100001010110000110000101001000101011101 | c3bbc2b0c289c3a7c2b0c2915d |
UHC | ?°??°?] | 001111111010000111000110001111110011111110100001110001100011111101011101 | 3fa1c63f3fa1c63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)