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 | òï°Þµ | 1111001011101111100011101011000010001111110111101011010110001110 | f2ef8eb08fdeb58e |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | òï?°?Þ?? | 100011111010101111010010100011111010101111000001001111111010000111101011001111111000111110101001101100000011111100111111 | 8fabd28fabc13fa1eb3f8fa9b03f3f |
UTF-8 | òï°Þµ | 11000011101100101100001110101111110000101000111011000010101100001100001010001111110000111001111011000010101101011100001010001110 | c3b2c3afc28ec2b0c28fc39ec2b5c28e |
UHC | ???°?Þ?? | 00111111001111110011111110100001110001100011111110101000101011010011111100111111 | 3f3f3fa1c63fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)