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 | òµ°ú³¾ | 1111001010110101100011101011000011111010101100111000111010111110 | f2b58eb0fab38ebe |
SJIS-WIN | ???°???? | 001111110011111100111111100000011000101100111111001111110011111100111111 | 3f3f3f818b3f3f3f3f |
EUC-JP | ò??°ú??? | 10001111101010111101001000111111001111111010000111101011100011111010101111100010001111110011111100111111 | 8fabd23f3fa1eb8fabe23f3f3f |
UTF-8 | òµ°ú³¾ | 11000011101100101100001010110101110000101000111011000010101100001100001110111010110000101011001111000010100011101100001010111110 | c3b2c2b5c28ec2b0c3bac2b3c28ec2be |
UHC | ???°?³?¾ | 0011111100111111001111111010000111000110001111111010100111111000001111111010100011111010 | 3f3f3fa1c63fa9f83fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)