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 | ûË°ûK | 111110111100101110001110101100001111101101001011 | fbcb8eb0fb4b |
SJIS-WIN | ???°?K | 00111111001111110011111110000001100010110011111101001011 | 3f3f3f818b3f4b |
EUC-JP | ûË?°ûK | 10001111101010111110010110001111101010101011001100111111101000011110101110001111101010111110010101001011 | 8fabe58faab33fa1eb8fabe54b |
UTF-8 | ûË°ûK | 1100001110111011110000111000101111000010100011101100001010110000110000111011101101001011 | c3bbc38bc28ec2b0c3bb4b |
UHC | ???°?K | 00111111001111110011111110100001110001100011111101001011 | 3f3f3fa1c63f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)