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 | 1111101111001011100011101011000001101011 | fbcb8eb06b |
SJIS-WIN | ???°k | 001111110011111100111111100000011000101101101011 | 3f3f3f818b6b |
EUC-JP | ûË?°k | 10001111101010111110010110001111101010101011001100111111101000011110101101101011 | 8fabe58faab33fa1eb6b |
UTF-8 | ûË°k | 110000111011101111000011100010111100001010001110110000101011000001101011 | c3bbc38bc28ec2b06b |
UHC | ???°k | 001111110011111100111111101000011100011001101011 | 3f3f3fa1c66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)